Skip to content

toshihikoyanase/mong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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