A simple password manager implemented in Python using Tkinter for the GUI and Fernet encryption for securing passwords.
- Encryption: Utilizes Fernet symmetric encryption to secure passwords before storing them.
- User Interface: Provides a user-friendly Tkinter-based graphical interface.
- Persistence: Saves encrypted passwords to a file for persistent storage.
-
Python 3.x
-
Required Python packages can be installed using:
pip install -r requirements.txt