Secure password manager with generator, storage, and clipboard integration. Generate strong passwords and store them safely!
- 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
- Language: Python
- Libraries:
tkinter,pyperclip==1.8.2,json - Complexity: Intermediate
pip install -r requirements.txt
python main.py- Password encryption
- Master password
- Database storage
- Proper security practices
Open source for educational purposes.