← 返回
开发者工具 中文

openclaw-ppt-generator

Generate PPT documents using Python and python-pptx. No third-party API calls, fully open source.
使用 Python 和 python-pptx 生成 PPT 文档。无需第三方 API 调用,完全开源。
xiangzhanyou
开发者工具 clawhub v1.0.0 1 版本 99652.9 Key: 无需
★ 1
Stars
📥 2,564
下载
💾 283
安装
1
版本
#latest

概述

OpenClaw PPT Generator

Generate PPT documents using open-source Python library (python-pptx). No third-party API calls required.

Features

  • Fully Open Source: Uses python-pptx library, no API keys needed
  • Simple & Fast: Local generation, no network dependency
  • Flexible Content: Supports titles, text, and bullet lists
  • Standard Templates: Uses built-in PowerPoint layouts

Scripts

  • scripts/generate_ppt.py - Main script to generate PPT from content

Usage Examples

# Generate PPT with title and content
python3 scripts/generate_ppt.py --title "My Presentation" --content "Slide 1 content|Slide 2 content"

# Generate PPT with bullet lists
python3 scripts/generate_ppt.py --title "Project Report" --content "Introduction|Features:Feature A,Feature B,Feature C|Conclusion"

# Specify output path
python3 scripts/generate_ppt.py --title "Meeting Notes" --content "Agenda|Discussion|Action Items" --output "meeting.pptx"

Agent Steps

  1. Get PPT title and content from user
  2. Run scripts/generate_ppt.py with parameters
  3. Return the generated PPT file path

Content Format

  • Use | to separate slides
  • Use : to separate slide title from bullet list
  • Use , to separate bullet items

Example: "Title|Slide1:Item1,Item2,Item3|Slide2:Content"

Output

{
  "status": "success",
  "ppt_path": "output.pptx"
}

Technical Notes

  • Library: python-pptx (open source)
  • No API calls: All processing done locally
  • Templates: Uses standard PowerPoint layouts
  • Output format: .pptx (Microsoft PowerPoint format)

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,932
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,754
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 426 📥 118,071