A user-friendly password management tool built with Python and CustomTkinter that generates strong random passwords, stores them securely, and allows you to retrieve them when needed.
- 🎨 Modern GUI with CustomTkinter
- 🔐 Generate strong random passwords with customizable:
- Length (8-64 characters)
- Character sets (uppercase, lowercase, numbers, symbols)
- 💾 Save passwords with associated identifiers/notes
- 🔍 Retrieve saved passwords when needed
- 📋 Copy passwords to clipboard with one click
- 🛡️ Basic encoding/decoding functionality