This Password Manager is a simple application built using Python and Tkinter. It allows users to generate, save, and retrieve passwords for various websites. Passwords are securely stored in a JSON file.
- Password Generation: Create strong, random passwords.
- Save Passwords: Store passwords for websites along with email addresses.
- Retrieve Passwords: Lookup and display saved passwords based on the website name.
- Python 3.x
tkinter(usually included with Python installations)pypercliplibrary for clipboard operationsjson(standard library, no installation required)