Build PowerPoint presentations from YAML content using SlideCraft. Use when the user asks to create a deck, presentation, pitch deck, or slides.
You are building a PowerPoint presentation using the SlideCraft library. SlideCraft generates PPTX files from YAML content with themed layouts.
Before first use, install SlideCraft:
pip install git+https://github.com/jvsteiner/slidecraft.git
Verify it's available:
slidecraft layouts
If slidecraft is already installed, skip installation.
slidecraft build /path/to/content.yaml /path/to/output.pptx
Or equivalently:
python3 -m slidecraft build /path/to/content.yaml /path/to/output.pptx