Generate professional academic PowerPoint presentations using python-pptx. Use when: creating research presentations, group meeting slides, thesis defense slides, conference talk slides, academic report slides. Produces clean, minimal, data-driven slides with proper typography.
python-pptx that:
python-pptx library (install via pip install python-pptx)prs.slide_width = Inches(13.333), prs.slide_height = Inches(7.5) for 16:9Pt() for font sizes, Inches() for positioningslide.shapes.add_picture(), scale to fitslide.shapes.add_table() with proper column widthsSee ./scripts/ppt_template.py for reusable helper functions.
Edit PDFs with natural-language instructions using the nano-pdf CLI.