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
Release files for genpasswd-everdrone 2.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| genpasswd-everdrone-2.0.3.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| genpasswd_everdrone-2.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 kB
Release files / genpasswd-everdrone-2.0.3.tar.gz
| Download URL | genpasswd-everdrone-2.0.3.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4c25ef8d977c2843b47db36d8636252056e17473c6819a135bdae65986011dcc
|
|
BLAKE2b-256 checksum How to use checksums |
7be8b958ee563fbfe3bfcfd0f525138b7ef4d34772146ea87ab791cb30104a13
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / genpasswd_everdrone-2.0.3-py3-none-any.whl
| Download URL | genpasswd_everdrone-2.0.3-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c4826bd4c973ca1cc726081ccc49fc5040e321ea5f2bc102b14155954b241b1a
|
|
BLAKE2b-256 checksum How to use checksums |
061d78cd166f3b2cb7d818c7be1e511a614f998ac70c2ec6b2058ee9adb9764f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|