Memorable Namer

A helper module to create fun, memorable names for experiments, datasets or anything

source

MemorableNames

 MemorableNames ()

Initialize self. See help(type(self)) for accurate signature.

mn = MemorableNames()
mn.generate_unique_names(10)
['hardcore_liskov',
 'cranky_ritchie',
 'cool_zuckerberg',
 'competent_berners_lee',
 'serene_huffman',
 'awesome_engelbart',
 'reverent_valiant',
 'romantic_stallman',
 'zen_carmack',
 'musing_page']
# now many combinations are there?
len(mn.scientists) * len(mn.adjectives)
6762