Are you tired of trying to remember all of your different passwords for every website and account? Well, look no further because I have the perfect solution for you! Say hello to the ultimate, user-friendly password manager created with Python, Tkinter library, and database magic. Not only is it a great tool to streamline all of your passwords, but it's also a fantastic learning experience.
With this password manager, you can easily save, update, and delete all of your passwords with just a few clicks. It stores all of the relevant information such as the username, website, and password, in a secure database record. Plus, you can easily copy your passwords with just one click, making it convenient to use.
But wait, there's more! Not only does this password manager make your life easier, but it also serves as a great learning opportunity to learn more about Python, Tkinter library, and working with databases. So, why not give it a try and see for yourself how it can simplify your life and expand your knowledge.
- Save passwords with username and website in a database record
- View saved passwords
- Update existing passwords
- Delete passwords
- Copy passwords with a click of a button
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3
- Tkinter library
- SQLite3
To get the development environment running, follow these steps:
- Clone the repository
git clone https://github.com/The-R4V3N/Password_Manager.git
2. Install the dependencies
pip install -r requirements.txt
3. Run the app
python password_manager.pyPython 3 - The programming language used
Tkinter - The library used for creating the GUI
SQLite3 - The database used to store the passwords
If you want to contribute to this project, please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
Oliver Joisten - Initial work - The-R4V3N
This project is licensed under the MIT License - see the LICENSE file for details.
Hat tip to anyone whose code was used
Inspiration
SANJU
- 👨💻 All about me is at My Website