Thanks to itsMalb for the original idea.
Generate passwords consisting of random characters or words.
- Python 3.6 or higher
- Packages listed in
requirements.txt
Optional executable file for Windows users. Python and the required packages are included in the executable.
- 10 MB of free space for the executable
- 12 MB of free space for temporary files
Download the executable file password-generator.exe
from the latest release. If you are not using Windows, download the source code and use the Python file.
Using this program is very easy. Simply select the characters or words you want in your password and click away on the "Generate Password" button!
There is also a command line version available called password-generator-cli.exe
. This version does not include the random word option.
Generates a string of random characters.
Options:
- Include lowercase letters
- Include uppercase letters
- Include numbers
- Include symbols
Below the password is a list of words and characters to help you remember the password more easily.
Generates a string of random English words.
Options:
- Include lowercase letters
- Include uppercase letters
- Include nouns
- Include adjectives
- Include verbs
Below the password is list of the words separated by commas.
Passwords generated by this program are not guaranteed to be safe or secure. I am not liable for any data loss, damage, or any other consequences resulting from a password becoming compromised or from general use of this software. Use at your own risk.