lecture-builder — Professional PPTX deck generator
Generate clean lecture decks (PPTX) from a structured outline. Pairs with Manim (animations) and the budget-analyzer (live demos) for MSc/PhD teaching.
Use
python
import sys; sys.path.insert(0,'/data/.openclaw/workspace/skills/lecture-builder')
from lecture_builder import build_deck
build_deck({
'title':'Advanced Numerical Analysis','subtitle':'Lecture 5','author':'Dr. Wael Alkishawi',
'slides':[{'title':'Newton-Raphson','bullets':['Formula','Convergence'],'notes':'show animation'}]
}, '/path/out.pptx')
- 16:9 layout, KFH-green accent, speaker notes supported.
- Combine with
manimto embed rendered mp4 animations, andbudget-analyzerStreamlit app for live demos.
Related installed capabilities (2026-06-21)
- Manim (math animations, 3Blue1Brown-style) · Streamlit + Plotly (interactive apps) ·