Metadata-Version: 2.3
Name: algomanim
Version: 0.2.3
Summary: Manim-powered algorithm tasks visualizations for LeetCode and beyond
License: MIT
Author: Benedict Abub
Author-email: fkhurkhd2123dfs@tutamail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: manim (>=0.19.0)
Project-URL: Homepage, https://github.com/benabub/algomanim
Project-URL: Repository, https://github.com/benabub/algomanim
Description-Content-Type: text/markdown

# algomanim

A Manim-based library for visualizing algorithms and explaining LeetCode-style solutions.

## Demo

### Screenshot

![Screenshot](assets/screenshot.png)

### GIF

![GIF](assets/bubble_sort_gif.gif)

## Installation

```sh
# pip
pip install algomanim

# poetry
poetry add algomanim
```

## Examples

The package includes example render scripts to help you get started. You can find them in the algomanim.examples module after installation.  
See [`examples documentation`](src/algomanim/examples/README.md) for details.

## License

MIT

