DEV Community

Aditya Sharan
Aditya Sharan

Posted on

Introducing SeriesMaster: A Python Library for Mathematical Series

🚀 Introducing SeriesMaster

Hey everyone! 👋

I recently built a Python library called SeriesMaster that simplifies mathematical series operations. I created it because I wanted an easy way to handle arithmetic, geometric, and other types of series.

✨ Features

✅ Perform operations on various mathematical series

✅ Simple & lightweight (works with Python 3.6+)

✅ Open-source (MIT License)

📦 Installation

You can install it via PyPI:


bash
pip install SeriesMaster

YT link:
https://www.youtube.com/watch?v=1MNzuzmTM70

PyPi link:

https://pypi.org/project/SeriesMaster/


Enter fullscreen mode Exit fullscreen mode

Top comments (0)