Skip to content

Commit 3c309b3

Browse files
committed
Readme added
1 parent 809870e commit 3c309b3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Password-Manager-GUI/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Password Manager
2+
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+
![Sample output of Password Manager GUI](https://i.postimg.cc/3RThcWfQ/password-Manager.png)
18+
![Sample output of Passwords displayed from Database](https://i.postimg.cc/L4vSx9zG/display-Pass.png)
19+
20+
## Author
21+
[Ayush Jain](https://github.com/Ayushjain2205)

0 commit comments

Comments
 (0)