The Password locker is a vault application which helps to save users password and usernames.
The password locker when the user is creating a new account
The application above helps the user's to save passwords with usernames and also it generates new passwords. As a user, you have the option of putting in a password you want to use for the new credential account. For example, when creating an Instagram credential account, you have two option you can generate a random password by copy pasting the password with the help of an inbuilt python module called pyperclip or memorize the password of your choice.
Jimmy-oss
To use the application you should have python3 installed in your machine.
- Clone this repo using git clone or download the ZIP file of the code
- Open the terminal,run cd command into to the project directory and run the following command "python3 run.py"
- launch the password locker and enjoy🤗
I have used:
There are no known bugs.
The website is under Mit license.