blob: 6d601f21f76b4aaa1c5a0a62480bbcd4ef5e046b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# pywdgen
usage: pywdgen [-h] [-l LENGTH] [-n NUMBER] [-d DIGITS] [-s] [-c] [-v]
A simple readable password generator, Version 1.0
## Options:
`-h, --help` show this help message and exit
`-l LENGTH, --length LENGTH` Length of generated passwords.
`-n NUMBER, --number NUMBER` Number of passwords to generate.
`-d DIGITS, --digits DIGITS` Number of digits to include.
`-s, --symbol` Include a symbol.
`-c, --consonant` Always start with a consonant.
`-v, --vowel` Always start with a vowel.
Simon Williams 21/04/22
|