names-generator

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


Keywords
random, name, generator, random-name-generator
License
Apache-2.0
Install
pip install names-generator==0.2.0

Documentation

names_generator

License

PyPI Version

Python Versions

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

Installation

Usage

Python API

The API only really consists of a single function.

Customize the formatting of the name by specifying a style, one of plain, capital, hyphen, or underscore (default).

Pin a seed value for the underlying PRNG to reproduce a given name.

Command-line

The package also exposes a basic command-line interface for scripting outside of Python