This is a simple password manager program built with Python using the tkinter library.
- Generate secure passwords with a combination of letters, numbers, and symbols.
- Save passwords along with website and email details.
- Data saved in a text file (
data.txt
) for easy retrieval.
- Clone the repository.
- Run the
main.py
file. - Enter the website, email/username, and password.
- Click on the "Add" button to save the details.
- Optionally, you can generate a secure password using the "Generate Password" button.
- Data will be saved in
data.txt
file in the format:Website | Email | Password
.
- Python 3.x
- tkinter library (usually included in Python installation)
- Run the
password_manager.py
file. - Enter the required details and save passwords securely.
This password manager is a simple solution for managing passwords locally. It is recommended to use a more secure and robust password manager for handling sensitive data.