Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 740 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 740 Bytes

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.

Features

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.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.