HomeAboutProjectsSkillsAchievementsContact
🌙
Back to the radar

AI-Powered PowerPoint Generation via python-pptx

tiktokweak

Low-confidence capture. Useful as a lead, not a recommendation.

Original post

TL;DR

ppt-master is a Claude AI skill (agent tool) that generates complete PowerPoint presentations from a single plain-text prompt or spec file. It produces Python code using the python-pptx library, making every element of the resulting deck fully editable. It eliminates the manual formatting overhead of building slide decks by automating the entire PowerPoint generation pipeline — from slide structure to element placement — through a single AI-driven prompt, while keeping the output fully editable via python-pptx.

What it actually is

  • What: ppt-master is a Claude AI skill (agent tool) that generates complete PowerPoint presentations from a single plain-text prompt or spec file. It produces Python code using the python-pptx library, making every element of the resulting deck fully editable.
  • Who built it / maintained by: Unknown individual author; surfaced via the 'github.awesome' TikTok aggregator account. The underlying dependency, python-pptx, is maintained by Steve Canny (scanny) on GitHub.
  • Status: unknown
  • Why it matters: It eliminates the manual formatting overhead of building slide decks by automating the entire PowerPoint generation pipeline — from slide structure to element placement — through a single AI-driven prompt, while keeping the output fully editable via python-pptx.
  • How it compares to alternatives:
  • Gamma.app
  • Beautiful.ai
  • Tome
  • Marp
  • Slidev
  • ChatGPT Code Interpreter (PowerPoint export)
  • python-pptx (direct API)
  • GitHub stars: 0 · License: unknown · Archived: no

Links

  • (no links found)

Kickstarter guide

Install Claude Desktop and configure it to use the ppt-master skill. Write a plain-text spec file describing your desired slides, topics, and structure. Invoke the skill with your prompt and spec file; it will generate Python code using python-pptx. Run the output script (pip install python-pptx required) to produce a fully editable .pptx file.