Skip to main content

This module generates lorem ipsum placeholder Text

Project description

LoremipsumPy

# This Package Generates Placeholder Text i Python that can be use anywhere where you need to put some lorem ipsum

Installation

Run the follwoing to install

pip install loremipsumpy

Usage

from loremipsumpy import Lorem

lorem = Lorem() data = lorem.get_lorem_default(count=1) print(data) data = lorem.get_lorem_large(count=1) print(data) data = lorem.get_xlarge(count=1) print(data) data = lorem.get_xxlarge(count=1) print(data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

loremipsumpy-0.0.2.tar.gz (40.0 kB view hashes)

Uploaded Source

Built Distribution

loremipsumpy-0.0.2-py3-none-any.whl (17.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page