Skip to content

Instantly share code, notes, and snippets.

@christabor
Created July 1, 2015 04:20
Show Gist options
  • Save christabor/e3f7ede5c0a86a97a5b1 to your computer and use it in GitHub Desktop.
Save christabor/e3f7ede5c0a86a97a5b1 to your computer and use it in GitHub Desktop.
namebot + random words
from namebot import techniques as nb
from random_words import RandomWords
# https://pypi.python.org/pypi/RandomWords/0.1.5
rw = RandomWords()
# https://github.com/Automotron/namebot
test = rw.random_words(count=10)
print(nb.make_portmanteau_default_vowel(test))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment