Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Password Manager

Description

Secure password manager with generator, storage, and clipboard integration. Generate strong passwords and store them safely!

Features

  • Password generator (8-32 characters)
  • Strength levels (Low/Medium/Strong)
  • Store passwords with website and username
  • View, copy, delete passwords
  • Clipboard integration
  • JSON file storage
  • User-friendly GUI

Stack

  • Language: Python
  • Libraries: tkinter, pyperclip==1.8.2, json
  • Complexity: Intermediate

Installation

pip install -r requirements.txt
python main.py

Security Note

⚠️ This is an educational project. For production use, consider:

  • Password encryption
  • Master password
  • Database storage
  • Proper security practices

License

Open source for educational purposes.