Visit Change log
An incredible script capable of generating very secure passwords
Python 3
colorama
To install the necessary dependencies, run this command in the console :
$ pip install -r requirements.txt
Run the script by double-clicking it or run this command in the console : python passwordgenerator.py
When script opens, he will ask you how many characters you want the password to contain
> How many characters do you want the password to have ?: 8
When you have entered the number, a password is automatically generated
> Password generated successfuly : UIcxmN*5
You can save the password in a text file so as not to lose it
> Do you want save this password in a file ? (Yes or No): Yes
You can put a name to your password
> Password name (If you don't want to give it a name, press enter):
The file with the generated passwords is created in the same directory as the script.
Saving passwords in a text file is never safe. That is why it is important that once you generate the passwords you need, save them in a password manager or encrypt the file that contains the passwords. I recommend that you use KeePass as your password manager, it is open source and easy to use.
Please note what I have told you and protect your passwords properly.