Metadata-Version: 2.1
Name: web-math
Version: 1.1.3
Summary: Online Math Api Wrapper
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 wrapper
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

Shoutout to [BobDotCom#4428](https://github.com/BobDotCom "Bob's Github") for his help

## Instructions ##

### Install: ###

```py
pip install web-math
```

### Run Programm: ###

```py
# import webmath and asyncio
import asyncio
from web_math import webmath

# make def
async def bread():
    output = await webmath.calculate("3+3*3-sqrt(pi)")
    print(output)

# run def
asyncio.run(bread())
```

### OUTPUT: ###
```py
8.45509229818897
```


## Ride the space skyway home to 80s Miami ##


