Home

Awesome

CalcPy

Terminal calculator and advanced math solver using Python, IPython and SymPy.

Usage

<p align="left"> <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/demo/demo_dark.svg"> <source media="(prefers-color-scheme: light)" srcset="docs/demo/demo_light.svg"> <img src="docs/demo/demo_light.svg"> </picture> </p>

Try online

Installation

Prerequisites - Python

pip install git+https://github.com/idanpa/calcpy

(no git? use pip install https://github.com/idanpa/calcpy/archive/main.zip)
Android installation

Features

SymPy:

IPython:

Python:

Contributing

Feel free to open an issue for bugs/features, send a pull request or star.