Skip to main content

Generates a human readable ID using a format of: Adjective Noun ID

Project description

Human Readable ID

Python library to generate a random human readable ID in the format of <adjective> <noun> <number 1-100>.

Common Usage

This can be used any time you need a unique value that should be legible by humans (unlike a UUID).
Currently this library only contains a single method: get_new_id()

In [1]: import human_readable_ids                                                                                                                                                                                                       

In [2]: human_readable_ids.get_new_id()                                                                                                                                                                                                 
Out[2]: 'Short-term Painting 30'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

human_readable_ids-0.1.3.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

human_readable_ids-0.1.3-py3-none-any.whl (13.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page