Skip to main content

Clone of the Moby/Docker random name generator as a Python package.

Project description

License PyPI Version Python Versions

Clone of the Moby/Docker random name generator as a Python package.

Installation

$ pip install names_generator

Examples


>>> from names_generator import generate_name
>>> generate_name()
'vigorous_goldstine'
>>> generate_name(style='capital')
'Hardcore Thompson'
>>> generate_name(seed=42) == generate_name(seed=42)
True

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

names_generator-0.0.1.tar.gz (22.2 kB view hashes)

Uploaded Source

Built Distribution

names_generator-0.0.1-py3-none-any.whl (26.3 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