Comment 3 for bug 1615143

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

python-petname and python3-petname look good:

kirkland@x230:~⟫ dpkg -l python-petname python3-petname | grep ^ii
ii python-petname 2.0-0ubuntu1~16.04 all python library for generating pronouncable, memorable, pet names
ii python3-petname 2.0-0ubuntu1~16.04 all python3 library for generating pronouncable, memorable, pet names
kirkland@x230:~⟫ python-petname
hot-toad
kirkland@x230:~⟫ python3-petname
true-parrot

kirkland@x230:~⟫ python
Python 2.7.12 (default, Jul 1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import petname
>>> petname.Generate(2, "-")
'cute-ferret'

kirkland@x230:~⟫ python3
Python 3.5.2 (default, Jul 5 2016, 12:43:10)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import petname
>>> petname.Generate(2, "-")
'noted-martin'