Generating Ubuntu-style names in Python
I wanted a way to generate names for ML models that were random but yet memorable. I thought it would be great to use Ubuntu names for this (each Ubuntu version gets a cute animal name such as "Warty Warthog" or "Karmic Koala").
There are a few tools to generate these names, but none for Python. So I created one: ubuntu-namer
. You can install it using pip install ubuntu-namer
and you can create ubuntu names using either ubuntu-namer
or ubuntu-namer <letter of alphabet>
.