Skip to main content

Password Generator

Project description

Password generator

Installation

pip3 install genpasswd-everdrone

Usage

Usage: genpasswd [options]

Options:
  -h, --help            show this help message and exit
  -c SETS, --count=SETS
                        the count of the strings between separators
  -l LENGTH, --str-length=LENGTH
                        the length of characters between separators
  -d NUMS, --digits=NUMS
                        the amount of digits in the password
  -u CAPS, --uppercase=CAPS
                        the amount of uppercase letters in the password
  -s CHAR, --separator=CHAR
                        the separator character
  -n ITER, --number=ITER
                        executes the command N times
  -v, --version         print the version number and quit

Generate 3 passwords

$ genpasswd -n 3
ctwewg-ebvlsl-a0Qqre
gkhspu-4Wmplw-izhcaq
fctbnf-qiggnR-bns5wl

Generate a password with 4 sets of 5 characters

$ genpasswd -c 4 -l 5
jwvq9-vqejL-yzlmv-egfmb

Generate a password with 3 digits and 3 uppercase letters

$ genpasswd -d 3 -u 3
ipjsGc-aE5mnm-wd5pM0

Generate a password using the underscore separator

$ genpasswd -s _
qdtclt_lao3Du_tuvsqu

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

genpasswd-everdrone-2.0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

genpasswd_everdrone-2.0.3-py3-none-any.whl (3.7 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