Skip to content

Files

Latest commit

233eaa6 · Mar 31, 2021

History

History

Password-Manager-GUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 31, 2021
Mar 31, 2021

README.md

Password Manager

This script opens up a Password Manager GUI on execution. It allows the user to store all their passwords in a local SQL database

Setup instructions

In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, Open the terminal in the project folder and run

python passwords.py <Master password>

or

python3 passwords.py <Master password>

depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.

Output

Sample output of Password Manager GUI Sample output of Passwords displayed from Database

Author

Ayush Jain