ManageMyPasswords (CLI Edition)
A CLI Password Manager made using Python and Postgresql database.
Quick Start Guide
First Clone The Project
git clone https://github.com/Imira-S-R/PasswordManagerCLI
Change The Direcory
cd PasswordManagerCLI
Run setup.py for first time users
python setup.py
After that run main.py
python main.py
About
This is a simple & free password manager made using python that you can use to store your passwords securely. It uses fernet to encrypt the data entered. This whole projet was created by Imira Randeniya. Development Process Is Currently Ongoing.
You can find the GUI Version Of ManageMyPasswords here.
License
Copyright (c) Imira Randeniya. All rights reserved.
Licensed under the MIT License.