A simple yet powerful password manager built with Python and Tkinter. Generate secure passwords, store them locally, and retrieve them instantly!
- Password Generation - Create strong, random passwords with letters, numbers, and symbols
- Auto-Copy to Clipboard - Generated passwords are automatically copied for easy pasting
- Local Storage - All passwords saved securely in a local JSON file
- Quick Search - Instantly retrieve saved passwords by website name
- User-Friendly GUI - Clean and intuitive interface built with Tkinter
- Python 3.x
- pip (Python package installer)
-
Clone the repository
git clone https://github.com/yanagirdhar/Password-Manager.git cd password-manager -
Install dependencies
pip install -r requirements.txt