A Manim-based educational animation system that visualizes Python code execution step-by-step, designed to teach programming fundamentals through clear visual demonstrations. ├── main.py # Entry point ...
Generating frame 2/10... Animation saved as animation.gif How It Works Takes a text prompt from the user. Generates a sequence of images using Stable Diffusion. Saves the frames and compiles them into ...