AI-Powered PowerPoint Generation via python-pptx
source post: Building a slide deck in PowerPoint is a great way to lose a whole da...
Building a slide deck in PowerPoint is a great way to lose a whole da...
Source: tiktok · github.awesome Saved: 20260610 Tags: tiktok, github, opensource Display: AI-Powered PowerPoint Generation via python-pptx — ppt-master is a Claude AI tool that generates editable PowerPoint decks from a plain-text prompt using python-pptx code.
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 the post showed
Caption: Building a slide deck in PowerPoint is a great way to lose a whole day to manual formatting and pixel-pushing. ppt-master is a Claude skill that builds full presentations from a single prompt. It reads your raw spec file to structure the slides, then writes Python code to generate the actual deck. Because it uses the python-pptx library, every single element in the final output is fully editable. #github #opensource
Key claims from transcript: Building a slide deck in PowerPoint is a great way to lose a whole day to manual formatting and pixel pushing. PPT Master is a clawed skill that builds full presentations from a single prompt. It reads your raw spec file to structure the slides, then writes Python code to generate the actual deck. Because it uses the Python PPTX library, every single element in the final output is fully editable.
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.