skillfed

lorem

Generator for random text that looks like Latin.

lorem v0.1.1 318.6K downloads/30d#7,650 on PyPI30
Permissive license MIT Abandoned released

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 lorem

uv

uv add lorem

poetry

poetry add lorem

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.3Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: ImplementationProgramming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPyTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python ModulesTopic :: Text ProcessingTopic :: Text Processing :: Linguistic

Tags

lorem ipsum generatorrandom placeholder textlatin text generatordummy text for testingmock content generationfiller text pythonlorem ipsum python
placeholder-texttesting-utility

More Libraries packages