- Ken Mbira
- Python3
- Pyenv virtual environments
For the application to run, the following requirements have to be met:
- One must have at least python3 installed on their device.
- Install termcolor
- Install pyfiglet
- Install rich
In case you're unsure how to install the above libraries:
- pip install termcolor
- pip install pyfiglet
- pip install rich
To have the following application in your application follow the following steps:
- Clone this repository onto the desired location on your local machine using "git clone https://github.com/Ken-mbira/Trust_Password_Protector.git" in your terminal.
- Navigate to the location of the application on your terminal
- Create a virtual environment in the same directory and run
pip install -r requirements.txt
- Run "chmod +x run.py"
- Run "./run.py"
Next is the credentials class where the same happens in terms of instance of the credential where all the data about the credential is taken in such as:
- The name of the account
- The username used in the account
- The email used to login to the account
- The password of the account
This data is passed onto an array and is saved there. The user can add as many credentials as needed and when they need to see them they can choose to view all their credentials at once or search for a specific credential and view only its own data.
I have not yet figured out how to have multiple users on the same application and when one tries, the data is shared for the credentials. If you feel that you know how to achieve the above, please feel free to contact me to make me aware.
In the future I intend to make the app have a single permanent storage for its data and that it does not loose all data once a user logs out of the application.
In case of any queries or suggestions, you can reach me through the following handles:
- Phone: 0758926990
- Git-hub: Ken_mbira
- Twitter: Ken Mbira
- LinkedIn: Ken Mbira
- email: [email protected]
MIT License
Copyright (c) [2021] [Ken-Mbira]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.