Using python create a program that will:
Login. The user should be prompted to enter a username andpassword. A list of valid usernames and passwords are stored in atext file called logUser.txt. Display an appropriate error messageif the user enters a username that is not listed in logUser.txt orenters a valid username but not a valid password. The user shouldrepeatedly be asked to enter a valid username and password untilthey provide appropriate credentials.
If the user has successfully login the following listshould display:
- Register user:the user should be able to register when they select register
- Add tasks: amessage should display "Coming Soon" when add tasks is selected
- Viewtasks: a message should display "No tasks avaliable" whenview tasks is selected
- Exit
logUser.txt
jerry, admin@
hell@, log1n
Using python create a program that will: Login. The user should be prompted to enter a username and password. A list of
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am