If provided with a number paramater during launch, number of characters is changed to that (must be a positive integer)
Example:
python3 main.py 8 # This will generate an 8 character passwordpython3 main.py # This generates a password at the default length of 31 characters
Requires the package pyperclip.
Install by using
python3 -m pip install pyperclipor by visiting the Python Package Index page for it
Password contains:
- all letters of alphabet (lowercase as well as uppercase)
- digits
- common punctuation marks and symbols (such as $ ! # / () _-+ )