Skip to content

Mykematt/py-lorem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-lorem

Lorem Ipsum library for Python

Install

pip install py-lorem

Usage

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

License

The license for this is to of do-whatever-the-hell-you-want-with-it :)

Author

nubela (nubela@gmail.com)

About

Lorem Ipsum library for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%