Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 1.87 KB

README.rst

File metadata and controls

73 lines (53 loc) · 1.87 KB

funny-words

A Python script that generates a list of pairs of funny words for naming things such as app releases, internal projects, servers and children.

Installation

Command-line Usage

Command-line Examples

In its purest form funny-words will return a single pair of randomly selected funny words separated by a space.

If you feel like being vertically loquacious you can increase the number of pairs returned with -n, --number

$ funny-words --number 5
laughter asphalt odour dimple oboe rotate thinkable flash fungus fizzy

If you feel like being horizontally loquacious you can increase the number of words generated per line with -w, --words

If spaces are not your cup of tea you can change the delimiter between words with -d, --delimiter

And, as always, you can mix and match to suit your specific need

Python Usage

If you feel the need to use this in a scripted fashion within Python, you most certainly can. The funny_word library that comes with funny-word gives you everything you need to generate funny words on-the-fly.