Simple cute name generator python library with a little CLI as well :3
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| cute_name_generator | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Cute Name Generator
A simple little python library to generate cute little strings.
Features
- silly
- Nengels (Mix of Dutch and English adjectives and nouns)
- lots of cute animals to choose from
- No AI.
- Doesn't have any dependencies. It only used Python's standard library.
Installation
pipx
This is the safer installation method:
pipx install cute-name-generator
pip
This is the installation method for people who like to live dangerously:
pip install cute-name-generator
Usage
> cute-name-generator --help
usage: cute-name-generator [-h] [-a ADJECTIVE_COUNT] [-d DELIMETER] [-l] [-n] [-s] [-t]
Simple little program to print a nice random name
options:
-h, --help show this help message and exit
-a, --adjective_count ADJECTIVE_COUNT How many adjectives
-d, --delimeter DELIMETER What delimeter or seperator to use.
-l, --lower Make everything lower case.
-n, --number Add a random number.
-s, --suffix Give our noun a silly suffix.
-t, --title Give our noun a fancy title.