You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script opens up a Password Manager GUI on execution. It allows the user to store all their passwords in a local SQL database
3
+
4
+
## Setup instructions
5
+
In order to run this script, you need to have Python and pip installed on your system.
6
+
After you're done installing Python and pip, Open the terminal in the project folder and run
7
+
```
8
+
python passwords.py
9
+
```
10
+
or
11
+
```
12
+
python3 passwords.py
13
+
```
14
+
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.
15
+
16
+
## Output
17
+

18
+

0 commit comments