Skip to main content

A pseudo-word generator

Project description

The gibberish module let’s you generate random, pronounceable pseudo-words. It started life as an answer on StackOverflow about password generators , but it’s also a fun way to coin words or just spark some lexical creativity.

Usage

gibberish creates pseudo-words which consist of one consonant-vowel-consonant syllable that sounds like it could be English. Sometimes it spits out real words; most of the time not:

>>> import gibberish
>>> gibberish.generate_word()
'zept'
>>> gibberish.generate_word()
'prast'
>>> gibberish.generate_words(3)
['yink', 'glunt', 'skim', 'jask']

It also works as a console script:

~$ gibberish 6
strit druf doct vel dosk flomp
~$ gibberish
brank
~$ gibberish 1 -l large
fabaduk
~$ gibberish 2 -l medium
voskot koontan

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gibberish-0.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page