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 comes with a dedicated Command Line Interface (CLI) to help you manage your animation projects efficiently.
1. Initialize a Project
Create a new project structure with default chapters and utility scripts:
manimera init MyProject
This creates a hierarchy:
Chapter-000/001/002assets/: For your local media files.export/: Where your rendered videos and images go.
scripts/: Production utility scripts (like cleaning).
2. Manage Chapters & Scenes
Add new chapters or scenes with boilerplate code automatically generated:
# Add a new chapter
manimera --add-chapter Introduction
# Add a scene (must be run inside a chapter folder)
manimera --add-scene MyFirstScene
3. Workflow Utilities
Clean your project or finalize your renders:
# Remove cache and clean assets
manimera clean
# Copy the latest render to the 'final' directory with context-aware renaming
manimera finalize # or use 'manimera mv'
4. List Project Structure
See an overview of your project's chapters and scenes:
manimera list
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.3.0.tar.gz.
File metadata
- Download URL: manimera-0.3.0.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d48331c21704139671cbba39f1cc0aee1758c5a53d389267fe362533b9366702
|
|
| MD5 |
0267ca94f826b95ab7c610be9fb2edff
|
|
| BLAKE2b-256 |
0fc644f0ad6c6ada68787a6487bf90e352bfe78941d0c4343499ec70e56d7ac3
|
Provenance
The following attestation bundles were made for manimera-0.3.0.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.3.0.tar.gz -
Subject digest:
d48331c21704139671cbba39f1cc0aee1758c5a53d389267fe362533b9366702 - Sigstore transparency entry: 779763659
- Sigstore integration time:
-
Permalink:
MdSenanAli/manimera@d960aacd825bae757bd9b17d7942d6578b04ec6c -
Branch / Tag:
refs/tags/0.3.0 - Owner: https://github.com/MdSenanAli
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@d960aacd825bae757bd9b17d7942d6578b04ec6c -
Trigger Event:
push
-
Statement type:
File details
Details for the file manimera-0.3.0-py3-none-any.whl.
File metadata
- Download URL: manimera-0.3.0-py3-none-any.whl
- Upload date:
- Size: 29.4 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 |
c3458d41c279befaf1a5c6f9ccb09232461f3707e35997ee73277f8a5595eae6
|
|
| MD5 |
54c1f9419d2ef2fd9685c3887e4430b3
|
|
| BLAKE2b-256 |
807a57661f7045b76a0d6faa233718dadb2c3d4951d69b73c3152e27acb3006c
|
Provenance
The following attestation bundles were made for manimera-0.3.0-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.3.0-py3-none-any.whl -
Subject digest:
c3458d41c279befaf1a5c6f9ccb09232461f3707e35997ee73277f8a5595eae6 - Sigstore transparency entry: 779763660
- Sigstore integration time:
-
Permalink:
MdSenanAli/manimera@d960aacd825bae757bd9b17d7942d6578b04ec6c -
Branch / Tag:
refs/tags/0.3.0 - Owner: https://github.com/MdSenanAli
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@d960aacd825bae757bd9b17d7942d6578b04ec6c -
Trigger Event:
push
-
Statement type: