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:
>>> from gibberish import Gibberish >>> gib = Gibberish() >>> gib.generate_word() 'zept' >>> gib.generate_word(start_vowel=True) 'ientz' >>> gib.generate_word(end_vowel=True) 'twae' >>> gib.generate_words(3) ['sqiounn', 'nuil', 'hydrieucks']
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
Installation
To install the gibberish module and console script globally, clone this repository and run:
~$ python setup.py install
Updates
- (2017.5.11)
Analyze the components from CMUdict (nltk.corpus.cmudict) entries.
Use secrets module if Python version 3.6 or later.
Contributions
Please help edit entry the gibberish/database/components.yaml as which of the characters is an initial consonant, final consonants, or vowels is opinionated.
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
Built Distribution
File details
Details for the file gibberish-0.4.0.tar.gz
.
File metadata
- Download URL: gibberish-0.4.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c572998f16833527f3e4c1a7586fa0cd65327c27fbfef97d99cafb1f9146fef8 |
|
MD5 | 46809bd4a08fc1023cd608abbbcc1d85 |
|
BLAKE2b-256 | 6cdcc85f4f717c42aa8a89073537db2cfa5d462db3fe1d8c5aff1622b58ad02a |
File details
Details for the file gibberish-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: gibberish-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3404e56549937f759d3ed02b642ac19efee7019ee967242f2f3ad4c3832eb58 |
|
MD5 | e820245c4c24fd7c1fca4eb5cc5cf809 |
|
BLAKE2b-256 | 8b05308d21a317b51a044a49e952a199a7ce571da0b01ea0c65fe9e13489cc06 |