This project helps one to:
- Sign up a new account or platform.
- Allow user to create a preferred password.
- Generate random passwords for the user using ASCII codes
- Save the log in details for various accounts/platforms.
- Delete account details.
- View multiple log in details for the user.
- python3 and above
- pyperclip
- pip
-
Open Terminal
-
git clone
https://github.com/VictoriaKwamboka/Password-Locker.git
-
cd Password_Locker
-
open your preferred code editor(VSCode, Atom, Sublime, etc)
-
To run the application, open the cloned file in terminal and run the following commands:
$ python3 run.py
-
To run test for the application
$ python3 user_test.py
-
To run the class module:
$ python3 user.py
- Python 3.8
- Pyperclip has since failed to install on Mac. I will seek to sort it in the near future.
If you have anything to add to make this project awesome, please email me at [victoria.kwamboka@student.moringaschool.com]
- MIT License:
- ©2022 Miss Victoria