Password Locker is a command Line application that allows users to create accounts, store utheir usernames, passwords, emails
These are the behaviours/features that the application implements for use by a user.
- A user is able to create an account (not_exist) - log in and password
- Login to created accounts
- Generate a password for a new credential/account
- python3.8.10
- pip3
In your terminal:
- $ git clone https://github.com/fobiero/python_Password_Locker_C01
- $ cd python_Password_Locker_C01
To run the application, in your terminal:
- $ #!/usr/bin/env python3.6.8
- $ chmod +x app.py
- $ ./app.py
- Python3.6
This software is approved,verified, licensed and monitored by the MIT.Thus changes and new releases of this software, webApp and designes shall be of the same source. Rights, terms and all conditions apply. Check out he full license release on MIT.