pptx
Installation
SKILL.md
PPTX Skill
Read, modify, and create Microsoft PowerPoint presentations with support for templates, charts, tables, and professional formatting.
Capabilities
- Read Presentations: Extract text, images, and notes from PPTX files
- Create Presentations: Generate new presentations from scratch or templates
- Modify Presentations: Edit existing slides, add or remove content
- Charts & Tables: Add data visualizations and formatted tables
- Template-Based Generation: Use corporate templates for consistency
- Markdown Conversion: Convert markdown content to presentation slides
Quick Start
from pptx import Presentation
from pptx.util import Inches, Pt
Related skills