Metadata-Version: 2.1
Name: web_math
Version: 1.0.16
Summary: For online math api
Home-page: https://github.com/mcbabo/webmath
Author: Moritz Joksch
License: MIT
Keywords: discord discord-calc calculator easy-calc simple-calculator discord.py pycord python math
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENCE

# WEBMATH

Online Math Calculator

## Instructions

1. Install:

```
pip install webmath
```

2. Run Programm:

```python
# import webmath
from web_math import webmath
# initialize drive object (to generate visuals)
webmath.calculate("3+3")
```

3. Ride the space skyway home to 80s Miami

