Simple CLI Password manager written in Python3
Clone the project
git clone https://github.com/mainak55512/PassMan.git
Go to the project directory
cd PassMan
Install dependencies
pip3 install -r requirements.txt
Start the programme
python3 PassMan.py
- NOTE: To change the login password first run "hashed_login_password_generator.py". This will generate a hashed password of your choice. Paste the password in "Cred.json"'s password field. Cred.json is stored in .data folder