-
It is used to generate strong passwords.
-
It can store The username and passwords in the text or encrypted file.
-
It is very easy to use
-
It solves the problem of remembering the passwords.
-
This tool is coded in python tkinter also known as gui-python.
- please make sure you have the following installed in your computer.
- python3
- pip
- git
-
if you satisfy the above requirements then follow the rest of the process.
-
you can use git clone or download as a zip file which ever you may like.
-
using git clone open cmd and type the following command.
git clone https://github.com/yakkalasaisumanth/Password-Generator.git
- If you incur any error please try this command first and then the above command.
winget install https
-
using the zip file download.
-
after downloading the zip file extract the file and open the file directory.
-
now right click on the empty space of folder and select open in terminal
-
now to install the dependencies type the following command in the terminal.
python3 -m pip install -r requirements.txt
- all done now close the terminal and dobule click the password-generator.py file.
- please make sure you have the following installed in your computer.
- python3
- pip
- git
-
if you satisfy the above requirements then follow the rest of the process.
-
you can use git clone or download as a zip file which ever you may like.
-
using git clone open terminal and type the following command.
git clone https://github.com/yakkalasaisumanth/Password-Generator.git
- If you incur any error please try this command first and then the above command.
sudo apt-get install https
-
using the zip file download.
-
after downloading the zip file extract the file and open the file directory.
-
now right click on the empty space of folder and select open in terminal
-
now to install the dependencies type the following command in the terminal.
python3 -m pip install -r requirements.txt
- now in terminal enter the following code.
python3 password-generator.py tkinter
- That's It Enjoy.
-
If you downloaded IT For First Time PLease Use Signup OPtion.
-
After Signing up The Tool Redirects To The Main Page.
-
Please Remember The username & Password.
-
Now Use The Login Button To Login To the app.
-
Now Enter The Username Or email For Which You Want To Create The Password.
-
Now Choose According To The Options.
-
click SUBMIT
-
Now The username & Password are stored in the authentication.txt file on the current directory.
-
Now Last Step Is To Encrypt The File.
-
Enter The Password To Encrypt The "Authentication.txt" file and Click ENCRYPT.
-
Now The authentication.txt file is been encrypted and ne encrypted file is saved with .enc extenstion.
-
Also The authentication.txt file is deleted. Now TO DECRYPT the file use The decrypt.py
-
It generates a strong and secure password.
-
It stores The password in the encrypted format.
-
It stores The Password In The text file if user not using the encrypt option.
-
user must remember the login and the encryption password.