Metadata-Version: 2.4
Name: ngp
Version: 1.0.1
Summary: Generate sequences of characters that can be typed easily.
Project-URL: repository, https://codeberg.org/duckinator/ngp
Author-email: Ellen Marie Dash <me@duckie.co>
License-Expression: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# name generator, [in] python

```
$ ngp --help
Usage: ngp [--count=COUNT] [--min-length=MIN_LENGTH] [--max-length=MAX_LENGTH]

Generate phrases that are easy to type when using QWERTY
$ ngp --count=3
vus
smeiau
uxkq
$ ngp --count=3 --min-length=10 --max-length=20
yckcpzhqnfkzbcoq
spvixkdoziaj
hsmxoqutnsnvu
$
```
