Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.37 KB

Password Manager

A simple Password Manager made using Tkinter and Python (2.7). It has all the required features together with simplicity.

Prerequisities

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)

Using the software.

Run the manager.py to fire up the program.

python manager.py

Screenshots

Screenshots

Known Issues

  • 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.

Releases

Check releases for Windows .msi files to install. (Prerequisities not required for these to work)

Authors

See also the list of contributors who participated in this project.

Coded in Atom with ❤️ on Windows