Haikunator is a Heroku-like random name generator for Python. It produces combinations of adjectives, nouns, and random numbers or hex values. Version 2.1.0 is current; the library is stable with infrequent releases.
pip install haikunatorVerified import paths — ran on the pinned version, not inferred.
Generate a random name using default settings (adjective-noun-token).
Specify token_hex=False and token_length=4 to restore old behavior if needed.
Create a new Haikunator instance per thread or per call.
Use token_hex=False for numeric tokens.
Use: from haikunator import Haikunator
Use: from haikunator import Haikunator
Set token_hex=True or token_hex=False.
No dependency data recorded yet.