Built By Ernest Mucheru
Password Locker is a terminal run python application that allows users to store details i.e. usernames and passwords of their various accounts.
These are the behaviours/features that the application implements for use by a user.
As a user I would like:
- To create an account with my details - log in and password
- Store my existing login credentials
- Generate a password for a new credential/account
- Copy my credentials to the clipboard
- python3.6
- pip
-
In your terminal:
$ git clone https://github.com/ernestmucheru/Pyssword-Locker/ $ cd Pyssword-Locker
-
To run the application, in your terminal:
$ chmod +x pyssword_locker.py $ ./pyssword_locker.py
- Python3.8
MIT ©2021 Ernest Mucheru