Simple password generator, a requiring python3
Usage: passgen.py [a] [b] [c] [d]
a: quantity of characters (Default - 8)
b: usage "abc" (1 - yes, 0 - no; Default - 1)
c: usage "ABC" (1 - yes, 0 - no; Default - 1)
d: usage "123" (1 - yes, 0 - no; Default - 1)
e: usage "!@#" (1 - yes, 0 - no; Default - 0)
or use GUI:
./passgen-gui.py
or
python3 passgen-gui.py