Simple tool for generating random names.
Project description
A simple library for generating random names, similar to the docker random name generator found here.
>>> import random_name
>>> random_name.generate_name()
'snazzy-heliotrope-stingray'
>>> random_name.generate(1)
['skanky-orange-bordeaux']
>>> random_name.generate(10)
['woolly-saffron-squirrel', 'slaphappy-black-indri', 'dorky-smalt-cichlid', 'crabby-cobalt-bullfrog', 'lumpy-puce-stoat', 'snappy-magenta-dormouse', 'woolly-apricot-okapi', 'snippy-coral-woodpecker', 'lanky-cream-foxhound', 'queasy-alizarin-moth']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
random_name-0.1.1.tar.gz
(4.7 kB
view hashes)