From 4e635ec4a01cc431f9d02f8ff18efccd22e8a730 Mon Sep 17 00:00:00 2001 From: Jinyang Wang Date: Mon, 12 Jan 2026 19:56:55 +0400 Subject: [PATCH 1/2] add manim --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dab7e6d7..e1800d5f6 100644 --- a/README.md +++ b/README.md @@ -1096,6 +1096,7 @@ _Libraries for parsing URLs._ _Libraries for manipulating video and GIFs._ +- [manim](https://github.com/ManimCommunity/manim) - An animation engine for explanatory math videos. - [moviepy](https://zulko.github.io/moviepy/) - A module for script-based movie editing with many formats, including animated GIFs. - [scikit-video](https://github.com/aizvorski/scikit-video) - Video processing routines for SciPy. - [vidgear](https://github.com/abhiTronix/vidgear) - Most Powerful multi-threaded Video Processing framework. From f119bddfe75cd07d1f3c240fc3fc38fc02561e19 Mon Sep 17 00:00:00 2001 From: Jinyang Date: Tue, 13 Jan 2026 13:28:51 +0400 Subject: [PATCH 2/2] move manim to Science --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1800d5f6..40bac28a3 100644 --- a/README.md +++ b/README.md @@ -905,6 +905,7 @@ _Libraries for scientific computing. Also see [Python-for-Scientists](https://gi - [cclib](http://cclib.github.io/) - A library for parsing and interpreting the results of computational chemistry packages. - [Colour](http://colour-science.org/) - Implementing a comprehensive number of colour theory transformations and algorithms. - [Karate Club](https://github.com/benedekrozemberczki/karateclub) - Unsupervised machine learning toolbox for graph structured data. +- [manim](https://github.com/ManimCommunity/manim) - An animation engine for explanatory math videos. - [NetworkX](https://networkx.github.io/) - A high-productivity software for complex networks. - [NIPY](http://nipy.org) - A collection of neuroimaging toolkits. - [NumPy](http://www.numpy.org/) - A fundamental package for scientific computing with Python. @@ -1096,7 +1097,6 @@ _Libraries for parsing URLs._ _Libraries for manipulating video and GIFs._ -- [manim](https://github.com/ManimCommunity/manim) - An animation engine for explanatory math videos. - [moviepy](https://zulko.github.io/moviepy/) - A module for script-based movie editing with many formats, including animated GIFs. - [scikit-video](https://github.com/aizvorski/scikit-video) - Video processing routines for SciPy. - [vidgear](https://github.com/abhiTronix/vidgear) - Most Powerful multi-threaded Video Processing framework.