A simple password manager application built using Python and Tkinter for the graphical user interface. The program allows users to generate strong passwords and securely save them for different websites.
- Password generation with a mix of letters, numbers, and special characters.
- User-friendly interface with Tkinter.
- Securely save website details, including email/username and password, to a local file.
- Basic input validation to ensure essential fields are not left empty.
-
Clone the repository:
git clone https://github.com/your-username/password-manager.git
Usage Launch the application. Fill in the website, email/username, and password fields. Click the "Generate Password" button to create a strong password. Click the "ADD" button to save the website details. Confirm the details in the pop-up and proceed to save. Dependencies Python 3.x Tkinter (usually included in standard Python installations)