Clone the repo
-
Install mysql if not installed
-
Install python 3.x+ if not installed
-
pip3 install mysql.connector
-
pip3 install pyperclip
-
Open dbCreator.py
-
In line 6 enter the password for your mysql account
-
Run
python3 dbCreator.py
once -
Open dbCreator.py again and uncomment line 8 (Referencing database = "Passman")
-
Comment line number 15 and uncomment the lines from 20 to 22
-
Run
python3 dbCreator.py
-
Open main.py
-
In line number 16 , enter the password for your mysql account (same as step 3 point 2)
-
Run
python3 main.py
- SignUp
- LogIn
- Store Credentials
- View Credentials
- View Apps
- Modify stored Credentials
- Edit profile
- Log out
- View Users
- Generate password
- Exit