-
Install the requirements from the
requirements.txt.pip install -r requirements.txt
-
Run the
main.pyscript.python main.py # python3 for linux and mac
Output :-
Enter 1: Create new password Enter 2: Search for username & password Enter any other to quit -> -
Create new password and check the
passwords.jsonto see the encrypted passwords.
Don't delete
secret.keyfile, it is neccessary for decrypting the passwords from thepasswords.jsonfile.