A simple Password Manager made using Tkinter and Python (2.7). It has all the required features together with simplicity.
Following are some of the requirements for the program to work properly.
- Python 2.7+ or 3.5+. Get it from here
- Tkinter (comes pre-installed with Python)
- Pyperclip. Install using, from command line :
pip install pyperclip
- This project also uses the following python libraries :
json
(to store data)base64
(to encode data)hashlib
(to secure password)
Run the manager.py
to fire up the program.
python manager.py
Search option doesn't work as yet.Initial setting up of password isn't implemented yet. (Password - G!thuB)Not tested on Python 3.
You tell.
Check releases for Windows .msi files to install. (Prerequisities not required for these to work)
- Chaitanya Mukka - Initial work - Chaitanya MUkka
See also the list of contributors who participated in this project.