Lorem Ipsum library for Python
pip install py-lorem
import loremipsum
#generate a random sentence of max 20 chars
loremipsum.sentence(max_char=20)
#generate a random sentence of arbitrary length
loremipsum.sentence()
#generate a random paragraph of max 100 chars
loremipsum.paragraph(max_char=100)
#generate a random paragraph of arbitrary length
loremipsum.paragraph
The license for this is to of do-whatever-the-hell-you-want-with-it :)
nubela (nubela@gmail.com)