This is a simple command line Login system I wrote to practice more on using loops and dictionaries, regex among others.
- Python3.x
I used dictionary to hold the usernames and passwords. Each username is being mapped together with its passowrd as a key value pair 🤓.
- Sign up
- Login
- Change forgotten passwords
- Download the code
- Run it
- type in 'help' to get. instructions on how to access the features.
Each entry has its own requirements binding it such as;
- Username must have at least a capital letter.
- Password must be more than or equals to 8 characters consisting of letters, numbers and signs.
- For signing up: No information is saved if the requirements aren't fulfilled.
- Once the terminal is closed, all Changes are lost 😔