Mathician
Mathician is a math package that uses the math library (some of it) and is built with Python math functions. It is created by Arjun Sharda, and it is one simple python package that can be used, although basic and is great for starters who are learning how to use PyPi.
Mathician is open-sourced and is free for everyone to use, fork, etc, under the MIT License as defined in the LICENSE file
In short, Mathician is a basic math package some basic math features and uses the math library. It is a python package created by Arjun Sharda and can be installed with the PyPi package manager.
Installation
# MacOS / Linux (via Terminal)
python3 -m pip install -U mathician
# Windows (via CMD Prompt)
py -3 -m pip install -U mathician
Changelog
Version 1.5.0
- Code rewrite for publishing with PyPi
Quickstart
import mathician
print(mathician.add(100, 2))
Take a look at more examples in the examples folder!