Skip to main content

random password generator

Project description

ranpass

Simple Random Password Generator CLI Tool.

Requirements

This package requires Python 3 (it is 2021 after all). What else, let's see... a human to use it I guess?

Installing

To install this CLI tool you can run the below command

pip3 install ranpass

Alternatively, you clone this repo and then run this command from within the repository folder

python3 setup.py install

Both the above commands would install the package globally and ranpass will be available on your system.

How to use

Generate a random password

ranpass generate -l <length of password desired> -o <option of password type>

There are four options for password type

  1. Only lowercase alphabets
  2. Lowercase + uppercase alphabets
  3. Alphanumeric
  4. Alphanumeric + Special characters (Default option, because passwords should be as secure as possible)

If you want to see these options in the terminal, run ranpass generate -h. You could also run ranpass -h to see the available commands. (generate is the only command right now).

Feedback

Please feel free to leave feedback in issues/PRs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ranpass-0.0.4.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

ranpass-0.0.4-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page