This is the command python-petname that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
python-petname - utility to generate "pet names", consisting of a random combination of
adverbs, an adjective, and a proper name
SYNOPSIS
python-petname [-w|--words INT] [-s|--separator STR]
OPTIONS
--words number of words in the name, default is 2
--separator string used to separate name words, default is '-'
DESCRIPTION
This utility will generate "pet names", consisting of a random combination of an adverb,
adjective, and proper name. These are useful for unique hostnames, for instance.
The default packaging contains about 2000 names, 1300 adjectives, and 4000 adverbs,
yielding nearly 10 billion unique combinations, covering over 32 bits of unique namespace.
As such, PetName tries to follow the tenets of Zooko's triangle. Names are:
- human meaningful
- decentralized
- secure
EXAMPLES
$ python-petname
wiggly-Anna
$ python-petname --words 1
Marco
$ python-petname --words 3
quickly-scornful-Johnathan
$ python-petname --words 4
dolorously-leisurely-wee-Susan
$ python-petname --separator ":"
hospitable:Isla
$ python-petname --separator "" --words 3
adeptlystaticNicole
Use python-petname online using onworks.net services