Skip to content

pearlkotak99/Password-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Password Manager using Tkinter.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%