Lab & Scientific Automation

PPTX Toolkit

A PowerPoint automation toolkit — text↔PPTX roundtrip, JSON spec builder, arrow interpolation for animated demos, and a lab-notes→Claude→deck pipeline.

In use Python python-pptx Pillow Claude API

What it is

PowerPoint is a compliance-mandated deliverable at most large companies, but its editor is a bad target for programmatic content. This toolkit treats decks as source: authorable as plaintext, roundtrippable back to editable .pptx, and generatable from structured specs or upstream AI pipelines.

Entry points

The plaintext DSL

The text format is designed to be human-writable and LLM-generatable in equal measure: simple enough to author in a notepad, unambiguous enough that Claude reliably produces valid decks from natural-language descriptions. A knowledge base under pptx/kb/ ships with the toolkit so downstream AI callers can use it without external context.

Fast facts

Backend
python-pptx + Pillow
AI integration
Claude API
Roundtrip
Text ↔ PPTX
Export
PPTX, GIF, MP4
Corporate-templated; not currently packaged for standalone distribution. Ping me if you'd like a demo.