PPT outline and HTML presentation generator. PPT大纲、PPT模板、演示文稿、presentation、PowerPoint、幻灯片、slides、HTML演示文稿、HTML slides、浏览器演示、商业路演、pitch deck、BP商业计划书、business...
PPT大纲和演示文稿结构生成器。商业路演、工作汇报、产品介绍、培训课件。
--slides 10 控制总页数,按需伸缩Run the script at scripts/ppt.sh:
| Command | Description |
|---|---|
ppt.sh outline "主题" [--slides 10] | 生成PPT大纲(每页标题+要点) |
ppt.sh pitch "项目名" | 商业路演BP大纲 |
ppt.sh report "汇报主题" | 工作汇报PPT大纲 |
ppt.sh training "课程主题" | 培训课件大纲 |
ppt.sh defense "论文题目" | 毕业答辩PPT大纲 |
ppt.sh review "项目名" | 项目复盘PPT大纲 |
ppt.sh html "主题" [--style S] | 生成HTML演示文稿(浏览器直接打开) |
ppt.sh help | 显示帮助信息 |
# 通用PPT大纲(指定页数)
bash scripts/ppt.sh outline "人工智能在医疗领域的应用" --slides 12
# 商业路演
bash scripts/ppt.sh pitch "智能客服SaaS平台"
# 工作汇报
bash scripts/ppt.sh report "2024年Q4部门工作总结"
# 培训课件
bash scripts/ppt.sh training "新员工入职培训-公司文化"
# 毕业答辩
bash scripts/ppt.sh defense "社交媒体对消费行为的影响研究"
# 项目复盘
bash scripts/ppt.sh review "双十一大促活动"
# 生成HTML演示文稿(浏览器直接打开)
bash scripts/ppt.sh html "AI在医疗的应用" --style tech
# 支持风格:dark(默认深色科技) | light(白色商务) | tech(渐变科技) | minimal(极简)
ZIP package — ready to use