Product
Introducing Java Support in Socket
We're excited to announce that Socket now supports the Java programming language.
.. image:: https://travis-ci.org/TheAbhijeet/lorem_text.svg?branch=master :target: https://travis-ci.org/TheAbhijeet/lorem_text
.. image:: https://readthedocs.org/projects/lorem-text/badge/?version=latest :target: https://lorem-text.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
Dummy lorem ipsum text generator
Dummy lorem ipsum text generator for Python.
To install Lorem Text, run this command in your terminal::
pip install lorem-text
To use Lorem Text in a project::
from lorem_text import lorem
For randomly generated sentence of lorem ipsum text where the first word is capitalized, and the sentence ends in either a period or question mark::
lorem.sentence()
Generate a single paragraph::
lorem.paragraph()
Generate multiple paragraphs of lorem ipsum text each paragraph's consists of 2 to 4 sentences::
paragraph_length = 5
lorem.paragraphs(paragraph_length)
Generate random lorem ipsum words seperated with single space::
words = 10
lorem.words(words)
For randomly generated paragraph of lorem ipsum text::
lorem_text
Lorem ipsum sentence::
lorem_text --s
Lorem ipsum words::
lorem_text --words=50
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage
_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
FAQs
Dummy lorem ipsum text generator
We found that lorem-text demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We're excited to announce that Socket now supports the Java programming language.
Security News
Socket detected a malicious Python package impersonating a popular browser cookie library to steal passwords, screenshots, webcam images, and Discord tokens.
Security News
Deno 2.0 is now available with enhanced package management, full Node.js and npm compatibility, improved performance, and support for major JavaScript frameworks.