Beginner password manager application with a Tkinter GUI.
- Generates random passwords with letters, numbers and symbols.
- Stores website, email/username and password in a local file (for example JSON).
- Provides a simple GUI with input fields and buttons.
- Creating GUIs with Tkinter (labels, entries, buttons, grid layout).
- Reading and writing JSON or text files.
- Basic validation so fields are not left empty.
Open main.py in Python 3 and run the file. Use the GUI to generate and save passwords.
This is a learning project and not intended for real production passwords.