{"library":"lorem-text","title":"Lorem Text Generator","description":"Lorem Text is a Python library designed to generate dummy 'lorem ipsum' text. It provides straightforward functions for creating random sentences, paragraphs, and words, making it suitable for placeholder content in development and design. The library is actively maintained, with version 3.0 released in May 2025, and generally follows an an irregular but consistent release cadence for new features and improvements.","language":"python","status":"active","last_verified":"Thu Apr 16","install":{"commands":["pip install lorem-text"],"cli":null},"imports":["from lorem_text import lorem"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from lorem_text import lorem\n\n# Generate a single sentence\nsentence = lorem.sentence()\nprint(f\"Sentence: {sentence}\")\n\n# Generate a single paragraph\nparagraph = lorem.paragraph()\nprint(f\"\\nParagraph: {paragraph}\")\n\n# Generate 3 paragraphs\nparagraphs = lorem.paragraphs(3)\nprint(f\"\\nMultiple Paragraphs:\\n{paragraphs}\")\n\n# Generate 10 random words\nwords = lorem.words(10)\nprint(f\"\\nWords: {words}\")","lang":"python","description":"This quickstart demonstrates how to import the `lorem` object and use its methods to generate sentences, single paragraphs, multiple paragraphs, and a specific number of words.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}