You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a local password manager to allow user to store their website username/email and their password into a local json file, and user is able to search for the record from the json database file. This can help you to manage your password to avoid forgotten in the future.
You may wanna implement it with your own firebase to avoid any data damage.
How to run the program.
1. Clone the project or download it to your local machine.
2. Run the main.py, ensure you have pyperclip module installed.
3. That's it! Enjoy the program!
User Manual
1. This is what you see when you run the program.
2. When you search with a empty input.
3. When you search a non-existing record.
4. You may key-in your own password.
5. Or you can generate a random password, and it will be copied to your clipboard automatically.
6. Check if your input is correct, press "yes" if you confirm want to save the record.
7. After that, you can search the result from the database.
8. If you enter a website/app name that is already existing in the record, you can update them.