Maryam Muchai
Python application that manages user passwords and generates new passwords for different accounts.
BDD
- Allow user to create a new locker room account
- Save existing account credentials
- Save credential account without generating a new password
- Generate new passwords for credential accounts
- Delete an existing credentials account
- View credential accounts and their details
- Python3.8
- Pyperclip
- On your terminal, clone this repo using git
- $ git clone https://github.com/MaryamMuchai/PASSWORD-LOCKER.git
- Run the application:
- $ chmod +x run.py
- $ ./run.py to run it every time
- To use the application: Create a user account or use the default user and password.On successful login, follow the menu instructions in order to save existing account passwords and also, to generate new ones.