Metadata-Version: 2.4
Name: cute-name-generator
Version: 0.2.2
Summary: Generate a cute name for something using a safe adjective and noun and some fun easter eggs
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Keywords: generator,name generator
Author: JesseBot
Author-email: jessebot@linux.com
Requires-Python: >=3.13,<3.15
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Description-Content-Type: text/markdown

# 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:

```python
pipx install cute-name-generator
```

### pip

This is the installation method for people who like to live dangerously:

```python
pip install cute-name-generator
```

## Usage

```bash
> 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.
```

