Skip to content

Commit 233eaa6

Browse files
committed
Command line arguments added
1 parent 7c1fb64 commit 233eaa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Password-Manager-GUI/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This script opens up a Password Manager GUI on execution. It allows the user to
55
In order to run this script, you need to have Python and pip installed on your system.
66
After you're done installing Python and pip, Open the terminal in the project folder and run
77
```
8-
python passwords.py
8+
python passwords.py <Master password>
99
```
1010
or
1111
```
12-
python3 passwords.py
12+
python3 passwords.py <Master password>
1313
```
1414
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.
1515

0 commit comments

Comments
 (0)