A simple password manager built with Python and Tkinter that allows you to generate and store secure passwords efficiently.
- Generate strong passwords with a mix of letters, numbers, and symbols.
- Save passwords securely in a JSON file.
- Search for saved credentials quickly.
- Copy passwords directly to clipboard.
- User-friendly interface with Tkinter.
- Run the script:
python main.py
- Enter a website name.
- Enter your email or username.
- Click "Generate Password" to create a secure password.
- Click "Save" to store your credentials in
data.json
file. - Use the "Search" button to find the stored credentials.
- Python 3.x
pyperclip
(install withpip install pyperclip
)
- Python
- Tkinter
- Pyperclip
- JSON
π¨βπ» Created by Tsaousidis
π Have fun using the password manager! Let me know your thoughts and suggestions! π