lorem
Generator for random text that looks like Latin.
What it is and what it does
Lorem is a lightweight Python library that generates random placeholder text resembling Latin (lorem ipsum). It provides simple functions to create sentences, paragraphs, and longer text blocks with customizable word separators, sentence length ranges, and word pools. The package has no runtime dependencies and installs quickly.
The library is useful for developers who need filler content in templates, mockups, or test data. However, it has been abandoned since 2016 with no updates since version 0.1.1, meaning it will not receive bug fixes, security patches, or compatibility updates for newer Python versions. It remains functional for basic placeholder generation but carries the risk of incompatibility with future Python releases.
Use it for:
- Generate dummy text for HTML/email templates during development and testing
- Create placeholder content for UI mockups and design prototypes
- Populate test databases with realistic-looking filler text
- Build sample content for documentation examples and tutorials
- Fill form fields in automated testing scenarios
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Generates random placeholder text that resembles Latin (lorem ipsum style) for use in templates, mockups, and testing.
Yes, if you need simple lorem ipsum generation and can accept an abandoned package. The library has no dependencies, installs easily, and works for basic placeholder text tasks. However, verify compatibility with your Python version before relying on it in production, and consider maintaining a local fork if long-term support becomes necessary. For new projects, evaluate whether a maintained alternative better suits your needs.
Install
lorem on PyPI
pip
pip install loremuv
uv add lorempoetry
poetry add loremInstalling lorem
Before you install
Low install friction with no runtime dependencies. However, the package is abandoned—last commit was 2021-06-15 and no updates have been released since 0.1.1 in 2016. It remains functional but will not receive bug fixes or maintenance.
License in practice
MIT license is permissive and places no restrictions on use, modification, or distribution in commercial or private projects.
Quickstart
pip install lorem
import lorem
s = lorem.sentence() # 'Eius dolorem dolorem labore neque.'
p = lorem.paragraph()
t = lorem.text()
Verify before relying
- Whether the package works correctly with modern Python versions beyond 3.5, given its age and lack of recent testing
- Whether generated text quality or randomness meets current standards for placeholder use
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 3,709 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 318,594/month — #7,650 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: lorem-0.1.1-py3-none-any.whl
Keywords: lorem, ipsum, random, text, placeholder
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
lorem-textGenerates dummy lorem ipsum text (sentences,…
permissive · top 15,000 on PyPI
randomnameGenerates random memorable identifiers by…
permissive · top 5,000 on PyPI
wonderwordsGenerates random English words and sentences…
permissive · top 15,000 on PyPI
random-slugsGenerates random word-based slugs with…
unclear · top 15,000 on PyPI
coolnameGenerates random human-readable names and…
permissive · top 5,000 on PyPI
friendlywordsGenerates random human-readable strings from…
permissive · top 15,000 on PyPI
transliterateConverts text between Latin and non-Latin…
copyleft · top 15,000 on PyPI
cutletCutlet converts Japanese text to romaji (Latin…
permissive · top 15,000 on PyPI
petnameGenerates random, pronounceable names by…
permissive · top 15,000 on PyPI
paragraphsProvides a single function that joins…
permissive · top 15,000 on PyPI