RanPassCLI
Initial release
Simple Random Password Generator CLI Tool.
To install this CLI tool you can run the below command
pip install ranpasscli
The above commands would install the package globally and ranpasscli will be available on your system.
Generate a random password
ranpasscli <length of password desired> -f <number of password format option>
There are four options for password formats:
If you want to see these options in the terminal, run ranpasscli -h or ranpasscli --help to open the help page.
If no <length> is given the default is 10.