Password Generator Simple password generator using python Arguments: -l/--length Specify a length to the password -s/--symbols Adds symbols to the password -u/--upercases Adds uppercase alphabets to the password -n/--numbers Adds numbers to the password. Usage Example: python3 pass_gen.py -sun