A Python library for generating unique, human-readable, and memorable names or identifiers. Version 1.6.2 supports Python >=3.6 and provides customizable patterns like 'adjective-animal-number' with options for separators and casing. Released irregularly on PyPI.
pip install unique-namerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage showing default and custom name generation.
Set pattern to exclude {number} if you don't want numeric suffixes.Use a shared seed or external coordination for uniqueness in distributed systems.
Explicitly set separator='-' if you need dash-separated names.
No dependency data recorded yet.