- By Maureen Njihia on 2nd September 2021
This is a simple terminal based python app that allows users to manage credentials of their various accounts e.g Instagram, Twitter... Users are allowed to:
- Create new account credentials.
- Save account credentials.
- Display account credentials.
- Delete account credentials.
- Git
- Github
- Python3.8 https://python.org
- Pip
- Clone this repository to your local directory from your terminal
git clone https://github.com/Njihia413/password-locker.git
cd password-locker
- Open the project using a suitable code editor: code.visualstudio.com
- Open the terminal of your code editor
- To interact with the app, run the file (run.py):
chmod +x run.py
./run.py
There are no known bugs of this project at the moment.
- Python3.8
For any contributions towards this project:
- Email: maureennjihia468@gmail.com
- Phone: 0704592362
MIT License
Copyright (c) 2021 Moringa school
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files , 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.