This is a Password generator made with python 3.9. (Also compatible with older Versions)
The Repository contains shell- (for linux) and batch- (for Windows) scripts, which can be added to path in order to excecute pwgen(.sh)
from everywhere.
It refers to the python-file, so it should stay in the same Directory.
(Optional:) The module pyperclip is used to copy the password into clipboard. To install it run:
pip install pyperclip
$ python PwGen.py -cipuld [length]
-c
Copies password to Clipboard
-i
Disables visible output (intended to be used with -c
)
Enable use of ... (Default allows all, specifying forces):
-p
Symbols
-u
Uppercase-letters
-l
Lowercase-letters
-d
Digits