A Python library for generating random human-readable strings, such as project names, experiment names, or memorable identifiers. Version 1.2.0 supports Python >=3.6 and provides two-word combinations from adjective-noun pairs. The package is actively maintained with a stable API.
pip install friendlywordsVerified import paths — ran on the pinned version, not inferred.
Generate a single random human-readable string (adjective-noun pair).
Use generate(separator=' ') for space-separated output, or call .split('-') if hyphen is used.Change import to: from friendlywords import generate
If you need longer strings, call generate() multiple times and join with a separator.
Change to: from friendlywords import generate
Run: pip install friendlywords
No dependency data recorded yet.