Metadata-Version: 2.4
Name: librarycalc
Version: 0.2.0
Summary: A syntax library designed to help scratch users transition to python
Author-email: Cade <cadey.matignas@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: termcolor>=2.4.0
Dynamic: license-file

# librarycalc



## This is a library to help with building calculators



# Installation

```bash

pip install librarycalc

```

you can do anything with this library, mod it, break it, anything, but don't sue me

## Update 0.2.0 notes. Colorama update yessirrr

added colorama

## Upgrading
```bash

pip install -- upgrade librarycalc

```

# All functions

```bash

add(), subtract(), multiply(), divide(), random_number(), squareroot(), exponent()

```
