A simple Python-based password manager with a PyQt5 GUI that securely stores encrypted passwords in an SQLite database.
Password Manager is a simple Python application for securely storing and managing your passwords. It uses PyQt5 for the graphical user interface and SQLite for database storage. Passwords are encrypted using the Fernet encryption library, ensuring the security of your sensitive data.
This tool is designed for individuals seeking a straightforward and secure way to store and manage their passwords locally. It is ideal for users who prefer a desktop application with a graphical interface to organize passwords for various services while ensuring data encryption and protection.
Make sure to have Python 3.x installed along with the PyQt5 and cryptography libraries before running the application. Since passwords are encrypted locally, keep your encryption key secure to prevent unauthorized access.
Ensure Python 3.x is installed
Install PyQt5 library
Install cryptography library
Clone the repository using git clone
git clone https://github.com/bocaletto-luca/Password-Manager.git
Clone the repository to your local machine