** WEAK PASSWORD, TRY AGAIN**
You have faced this situation right?
Well, I have created a small App to solve this.
Name of the app: PAS( Password Archive System)
Workings:
-
Execute the Python file. ( python3 password_creator.py )
-
In a user interface, it will ask you "where to use the password" & "what should be the length of the password".
-
It will automatically create a Strong Password for you and store it in a key-value pair in a JSON file so that you don't need to remember the password.
eg. You typed Facebook as your password application & length as 6.
JSON --> { 'Facebook' : '' }
Recommended practice: Make a copy of the updated JSON file and store it on google drive so that you can use it remotely also.
Requirements:
- Python > 3
- pip install tk
===========================================================================================================
===========================================================================================================