passgen - A CLI password generator

Usage

python3 main.py <arguments>

Arguments

ArgumentShortDescription
--length-lThe length of the password to generate.
--symbols-sWhether to place symbols in the password.
--upperNoneWhether to use upper case letters in the password.
--lowerNoneWhether to use lower case letters in the password.
--numbers-nWhether to place numbers in the password.
--show-weaknesses-wWhether to show weaknesses of the password.
GitHub - szskill/passgen at pythonawesome.com
A CLI password generator. Contribute to szskill/passgen development by creating an account on GitHub.