simple_password_generator Simple password generator. Use a script to quickly generate a password. Set the length and character set. For example, simple_password_generator.py -s 2 -l 25 Requirements: argparse (pip3 install -U argparse --user)