Skip to content

A Python port of the Moby name generator, which creates random but readable names like those used for Docker containers.

License

Notifications You must be signed in to change notification settings

toshihikoyanase/mong

Repository files navigation

mong

Python pypi codecov

A Python port of moby name generator. The original code in moby can be found here.

Installation

# PyPI
$ pip install mong

# Development version
$ pip install git+https://github.com/toshihikoyanase/mong.git

Usage

Open In Colab

>>> import mong
>>> mong.get_random_name()
'goofy_robinson'
>>> mong.get_random_name()
'stoic_feynman'

References

License

This project is licensed under the MIT License (see LICENSE).

Mong includes code from the Moby project (see THIRD_PARTY_LICENSES).

About

A Python port of the Moby name generator, which creates random but readable names like those used for Docker containers.

Topics

Resources

License

Stars

Watchers

Forks

Languages