An open API service indexing awesome lists of open source software.

https://github.com/dtrifuno/ipsum

Python library for the generation of international placeholder text
https://github.com/dtrifuno/ipsum

fastapi lorem-ipsum-generator nextjs python3 reactjs typescipt

Last synced: 3 months ago
JSON representation

Python library for the generation of international placeholder text

Awesome Lists containing this project

README

        

# ipsum

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A monorepo for projects related to the Ipsum placeholder text generation library.

For more details, navigate to one of the projects to read the included README files.

You can see all three projects in action at [ipsum.trifunovski.me](https://ipsum.trifunovski.me), or learn
more about how it works [on my blog](https://trifunovski.me/posts/230225-lorem-ipsum-or-the-procedural-generation-of-typographically-plausible-nonsense).

## Projects

| Folder | Description |
| ------------------------------- | ------------------------------------------------------------------------------ |
| [ipsum](./ipsum/) | Library for procedurally-generating text that resembles a particular language. |
| [ipsum-server](./ipsum-server/) | A FastAPI server providing REST API access to the Ipsum text generator. |
| [ipsum-client](./ipsum-client/) | A web client for the Ipsum placeholder text generator. |