API Reference#

resource_namer.__init__.generate_name(joiner: str = '-', prefer_plants: bool = False, seed: Optional[int] = None) str[source]#

from two lists (adjectives and animals) return two joined words that form an alliteration pair using phonetics.

e.g. frisky-ferret, flamboyant-pheasant, cultured-caribou

Returns:

str: adjective-animal combination joined on joiner