Manimera is a Python library that makes creating Manim animations easy and fast. Designed for educators, content creators, and anyone making educational videos, Manimera provides a simple interface to animate mathematical concepts, graphics, and visual explanations without a lot of boilerplate code.
Project description
Manimera
Manimera is a wrapper around Manim Community designed to simplify the creation of mathematical visualizations, with a focus on production pipelines and ease of use. It provides an intuitive interface for animating mathematical concepts, graphics, and educational content—perfect for YouTube creators and educators.
This library is developed by Senan, creator of educational videos using Manim.
Features
- Simplified Workflow: Create Manim animations with minimal boilerplate code.
- Production Ready: Designed for efficient rendering pipelines and project management.
- Fully Documented: Comprehensive docstrings and type hints for a better development experience.
- Easy Integration: Seamlessly integrates with existing Manim projects.
- Quick Rendering: optimized settings for fast rendering and exporting.
Installation
You can install Manimera using pip:
pip install manimera
Or, if you are using uv:
uv pip install manimera
After installation, add Manimera to your project:
uv add manimera
Manimera CLI
Manimera includes a streamlined Command Line Interface (CLI) for creating, organizing, and managing Manim-based animation projects.
1. Initialize a Project
Create a new Manimera project with the standard directory structure:
manimera init MyProject
This generates a hierarchy similar to:
-
Chapter-000,Chapter-001, ...assets/— Local media files (images, audio, etc.)export/— Rendered videos and images
-
scripts/— Utility and workflow scripts -
Project-level configuration files
2. Add Chapters & Scenes
Manimera uses a clear add command group to create new chapters and scenes with boilerplate code.
Add a Chapter
manimera add chapter Introduction
This creates a new chapter directory with the appropriate numbering and structure.
Add a Scene
# Add a scene inside the current chapter
manimera add scene MyFirstScene
# Or explicitly specify a chapter number
manimera add scene MyFirstScene 2
- Scene names must be valid CamelCase Python class names.
- The chapter number is required if you are not inside a chapter directory.
3. Workflow Utilities
Manage build artifacts and finalize your renders easily.
# Clean cache and export directories
manimera clean
# Move the latest render to the final output directory
manimera finalize
# Alias for finalize
manimera mv
The finalize command automatically selects the most recent render and applies context-aware naming.
4. List Project Structure
Display an overview of chapters and scenes in your project:
manimera list
This is useful for quickly inspecting project organization without navigating directories manually.
Quick Start
Here’s a basic example of creating a simple animation:
# ClockCreation.py
from manimera import *
# ClockCreation class
class ClockCreation(ManimeraScene):
def create(self):
clock = Clock()
self.play(Create(clock))
# Entry point
if __name__ == "__main__":
# This will auto-detect the `ClockCreation` class and render it.
ManimeraRender()
License
This project is licensed under the MIT License.
About
Created by Senan, Manimera helps streamline animation production for teaching and learning, making it easier to create engaging educational content.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file manimera-0.4.8.tar.gz.
File metadata
- Download URL: manimera-0.4.8.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4edf0fd6ad8720731dcccf331b192baeac8eb839f535a37f119a96d5d1aefa4
|
|
| MD5 |
f58a4510506d9a1169c1001e2522b86d
|
|
| BLAKE2b-256 |
a23014201d5d65809bd5cc491b099eaf3a48536d5a9cbccdfd0454a73f77cebd
|
Provenance
The following attestation bundles were made for manimera-0.4.8.tar.gz:
Publisher:
release.yaml on MdSenanAli/manimera
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
manimera-0.4.8.tar.gz -
Subject digest:
a4edf0fd6ad8720731dcccf331b192baeac8eb839f535a37f119a96d5d1aefa4 - Sigstore transparency entry: 780736735
- Sigstore integration time:
-
Permalink:
MdSenanAli/manimera@4ec08aeec9abf87a1764967aa70b13b3c5bdc426 -
Branch / Tag:
refs/tags/0.4.8 - Owner: https://github.com/MdSenanAli
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@4ec08aeec9abf87a1764967aa70b13b3c5bdc426 -
Trigger Event:
push
-
Statement type:
File details
Details for the file manimera-0.4.8-py3-none-any.whl.
File metadata
- Download URL: manimera-0.4.8-py3-none-any.whl
- Upload date:
- Size: 41.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9437803095fd4e6113b6a1a02deb3b5c68bb4c037afa3e13f3905f1527e3ceb6
|
|
| MD5 |
62cd7761ec170a43e4e18e64603055a6
|
|
| BLAKE2b-256 |
ddbddd5f1bae726138dcfe535b1ac3ac35fdaa542e1b91ef6c18acab0331875c
|
Provenance
The following attestation bundles were made for manimera-0.4.8-py3-none-any.whl:
Publisher:
release.yaml on MdSenanAli/manimera
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
manimera-0.4.8-py3-none-any.whl -
Subject digest:
9437803095fd4e6113b6a1a02deb3b5c68bb4c037afa3e13f3905f1527e3ceb6 - Sigstore transparency entry: 780736736
- Sigstore integration time:
-
Permalink:
MdSenanAli/manimera@4ec08aeec9abf87a1764967aa70b13b3c5bdc426 -
Branch / Tag:
refs/tags/0.4.8 - Owner: https://github.com/MdSenanAli
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@4ec08aeec9abf87a1764967aa70b13b3c5bdc426 -
Trigger Event:
push
-
Statement type: