Generate Lorem Ipsum Text
Project description
Lorem ipsum generator
NB: uses semantic versioning.
In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.
The lorem
module provides a generic access to generating the lorem ipsum
text from its very original text:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Installation
Note that the
lorem
module only supports Python versions since 3.5 🐍
Simply run the following to install the current version from PyPI:
pip install python-lorem-ipsum
Or install the latest version from the git repository:
git clone https://github.com/adambirds/python-lorem-ipsum.git
cd lorem
pip install -e .
# and to update at any time
git pull
Usage
Usage of the lorem
module is rather simple. Depending on your needs, the
lorem
module provides generation of words, sentences, and
paragraphs:
import lorem
print(lorem.get_sentence(count=3))
Eu consectetur ad et, exercitation fugiat occaecat exercitation cillum non ullamco, elit mollit est consectetur. In ex proident esse est aute est mollit, id minim lorem tempor sunt elit. Dolor aliqua non eiusmod officia esse adipiscing.
Please refer to the documentation for more details.
Testing
The lorem
module utilised unittest.mock
to patch the builtin functions
from random
module. Test cases can be found in test_lorem.py
.
Contributions are welcome.
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
Hashes for python_lorem_ipsum-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67bc844703f27369970261e89329aeb386bbd3c22526f9dad64cfc7409e3a7fa |
|
MD5 | f8a74934cd0fbf34d8c5e6adb4579070 |
|
BLAKE2b-256 | c03e3755de0f56672897eacf895d0fe39fa8c7f898b0ad1a919908c8c32a8e0b |