Simple cute name generator python library with a little CLI as well :3
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-17 15:11:43 +02:00
.forgejo/workflows initial commit for our cute name generator 2026-07-16 22:39:43 +02:00
cute_name_generator add more cute words 2026-07-17 15:11:43 +02:00
.gitignore initial commit for our cute name generator 2026-07-16 22:39:43 +02:00
CONTRIBUTING.md initial commit for our cute name generator 2026-07-16 22:39:43 +02:00
LICENSE initial commit for our cute name generator 2026-07-16 22:39:43 +02:00
poetry.lock add a few more plural suffixes and fix a missing comma 2026-07-16 23:38:46 +02:00
pyproject.toml add more cute words 2026-07-17 15:11:43 +02:00
README.md add more info to README 2026-07-16 23:07:59 +02:00

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.