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
- Host: GitHub
- URL: https://github.com/dtrifuno/ipsum
- Owner: dtrifuno
- Created: 2022-12-24T19:37:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T18:40:50.000Z (over 2 years ago)
- Last Synced: 2024-04-24T21:37:12.588Z (about 1 year ago)
- Topics: fastapi, lorem-ipsum-generator, nextjs, python3, reactjs, typescipt
- Language: Python
- Homepage: https://ipsum.trifunovski.me/
- Size: 44.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ipsum
[](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. |