CLI ToolOpen Source

Imagine with Manimator

Natural Language → Mathematical Animations.
Turn plain-English prompts into polished .mp4 animations using LLMs and Manim.

$pip install git+https://github.com/krishnarathore12/manimator-cli.git

Powerful Commands

Everything you need to create stunning mathematical animations from your terminal.

manimator create

Generate a Manim animation from a natural-language description. Just describe what you want and get a polished .mp4.

manimator chat

Interactive chat session — describe, render, then iterate with follow-up changes until it's perfect.

manimator config

View or update manimator configuration. Set your preferred LLM provider, API keys, and rendering settings.

manimator list-models

List available models for all (or a specific) provider. Supports OpenAI, Anthropic, Gemini, and Ollama.

Why Manimator?

Lightning Fast

Describe in English, get a rendered video in seconds. No Manim coding required.

Production Quality

Powered by Manim, the same engine behind 3Blue1Brown's legendary math videos.

Multi-LLM Support

Works with OpenAI, Anthropic, Google Gemini, and local Ollama models.

Supported Providers

OpenAI
Anthropic
Gemini
Ollama

Get Started

Install manimator in one command.

Install via pip

$ pip install git+https://github.com/krishnarathore12/manimator-cli.git

Verify installation

$ manimator --version

Create your first animation

$ manimator create "A circle transforming into a square with smooth animation"