Password Manager is a simple GUI application built with Python and Tkinter that allows you to manage and store your passwords securely. The application uses a Redis database to store password information.
Explore the docs »
Report Bug
·
Request Feature
Add, view, and manage passwords for different sites and usernames. Passwords are stored in a Redis database for secure storage. Option to show the passwords in plain text or hide them with asterisks. Professional and user-friendly interface for easy interaction.
- Make sure you have Python 3.x installed on your system.
- Install the required Python packages by running:
pip install redis
- Start your Redis server on localhost and port 6379.
- Clone or download this repository.
- Open a terminal/command prompt and navigate to the project directory.
- Run the program using:
python main.py
- The Password Manager GUI should open up, allowing you to add and manage your passwords.
- Python 3.x
- Tkinter library (usually comes bundled with Python)
- Redis server (localhost, port 6379)
- Login with master password
- Adding to database
- Removing from database
- Easy copy from database
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Al3x-Myku - mail