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:
- Alphabetic lowercase
- Alphabetic mixed case
- Alphanumeric mixed case (Default option)
- Alphanumeric mixed case + special characters
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.