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
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
gibberish-0.3.1.tar.gz
(2.4 kB
view details)
File details
Details for the file gibberish-0.3.1.tar.gz
.
File metadata
- Download URL: gibberish-0.3.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afa1a2746be27b7d5a828b6c939e498e9ba1d59d51b39513e04e6ddeb5ffcafe |
|
MD5 | 44b6dd9f49f5b004d7f493725bfaee60 |
|
BLAKE2b-256 | 177e11d830d92d6f7a6d7c5c95b7e553aa6948e3c651b49907a7e26b47e5c868 |