Password Manager is an application designed to securely store and manage password information. It is built using Python, with the graphical user interface (GUI) created using Tkinter. The application utilizes SQLite3 as its database.
Please note that the application was built on Windows, and compatibility with other operating systems is not guaranteed.
Before running the application, ensure you have the following dependencies installed. You can install them using pip:
pip install tkinter zxcvbn cryptographyRun the application with following command:
python gui.py