Last updated:
0 purchases
randwords 1.1.2
randwords
Random word and string generators written in Python
Installation
python -m pip install randwords
Examples:
python randwords 6 : Get 6 random words from the included words file
python randwords -f ~/mywords 6 : Get 6 random words from a file at ~/mywords
python randwords -l 6 : Get 6 random words an convert them to lowercase
python randwords -A 6 : Get 6 random words and remove non-ASCII characters
python randwords -a 6 : Get 6 random words and remove apostrophes
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.