This project is a simple password manager application built using Python and the tkinter library for the GUI. It allows users to generate secure passwords, save them along with their associated website and email/username, and retrieve them when needed. The data is stored in a JSON file.
Generate Password: Create a random, secure password with a mix of letters, numbers, and symbols. Save Password: Store website credentials (website, email/username, and password) in a JSON file. Find Password: Retrieve saved credentials for a specific website. Copy to Clipboard: Automatically copy generated passwords to the clipboard.
Contributions are welcome! Please feel free to submit a Pull Request.