← 返回
未分类 中文

Lorem Gen

Generate placeholder text for design mockups, development, and testing. Supports classic Lorem Ipsum, hipster-style, and tech jargon. Output as plain text, H...
为设计模型、开发和测试生成占位符文本。支持经典Lorem Ipsum、文艺风格和科技术语。输出为纯文本,H...
johnnywang2001 johnnywang2001 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 405
下载
💾 0
安装
1
版本
#latest

概述

Lorem Gen

Generate placeholder text via CLI. Supports multiple styles and output formats.

Quick Start

# 3 paragraphs of classic Lorem Ipsum
python3 scripts/lorem_gen.py

# 5 sentences
python3 scripts/lorem_gen.py -n 5 -u sentences

# 50 words of hipster-style text
python3 scripts/lorem_gen.py -n 50 -u words -s hipster

# Tech jargon as HTML
python3 scripts/lorem_gen.py -s tech -f html

# JSON output with reproducible seed
python3 scripts/lorem_gen.py -n 2 -f json --seed 42

Options

FlagDescriptionDefault
----------------------------
-n, --countNumber of units3
-u, --unitparagraphs, sentences, or wordsparagraphs
-s, --stylelorem, hipster, or techlorem
-f, --formatplain, html, markdown, jsonplain
--no-classicSkip "Lorem ipsum dolor sit amet..." openingoff
--seedRandom seed for reproducible outputnone

Styles

  • lorem — Classic Latin placeholder text
  • hipster — Artisan / wellness / lifestyle vocabulary
  • tech — DevOps, cloud, and infrastructure jargon

Notes

  • No external dependencies (Python 3 stdlib only)
  • First paragraph starts with the classic opening by default (use --no-classic to disable)
  • Use --seed for deterministic output across runs

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 01:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 689 📥 332,628
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 200 📥 68,558
business-ops

Agent Invoice Generator

johnnywang2001
根据自然语言或结构化数据生成专业的PDF发票,适用于用户请求创建发票、向客户计费或生成收据等场景。
★ 0 📥 807