Built By Clifford Kasera
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 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
- Display codes for navigation
- Display prompt for creating an account
- Enter your first name, last name, username and password or generate password
- Display codes for navigation
- Choose an option to create Credential, or display Credentials, or to exit
- Display prompt for creating a credential
- Enter the site name, your username and password
- Display a list of credentials
- Exit application
- python3.6
-
In your terminal:
$ git clone https://github.com/Blankphrase/Password-Locker/ $ cd Password-Locker
-
To run the application, in your terminal:
$ chmod +x passwordLocker.py $ ./passwordLocker.py
-
To run the tests for the class file:
$ python3.6 test_credentialData.py $ python3.6 test_userData.py
- Python3.6
MIT ©2017 Clifford Kasera