Creates Password based on arguments and default pre- and suffixes.
Due to the nature of this script, it is not recommended to use it on a production system. It creates every possible combination of the given arguments and pre- and suffixes. Which are a LOT of combinations!!!
$ python main.py -h
usage: main.py [-h] -a
options:
-h, --help show this help message and exit
-a Arguments icluded in the password. (E.g. Dogname, Wifes name, etc.) Seperate with a comma (',')!!
Thanks to @SpotlightForBugs who provided the lists of pre- and suffixes.