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
Copy file name to clipboardExpand all lines: Password-Manager-GUI/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ This script opens up a Password Manager GUI on execution. It allows the user to
5
5
In order to run this script, you need to have Python and pip installed on your system.
6
6
After you're done installing Python and pip, Open the terminal in the project folder and run
7
7
```
8
-
python passwords.py
8
+
python passwords.py <Master password>
9
9
```
10
10
or
11
11
```
12
-
python3 passwords.py
12
+
python3 passwords.py <Master password>
13
13
```
14
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.
0 commit comments