Metadata-Version: 2.1
Name: advcalc
Version: 67.2.4
Summary: Advanced Python Calculator With an API
Author: Zack
License: MIT
Keywords: python,calculator
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools >=61.0

# ADVCALC

## How to use it
##### First use:
`pip instal advcalc`
##### Then, import it in your python file by using:
`import ADVCALC` 
##### or you can use
`from ADVCALC import pow` 
##### or what so ever.
##### You don't have to import pow. You can import whater you like.

##### The functions include:
`advcalc`

`add`

`sub`

`div`

`mul`

`sqrt`

`square`

`round_without_decimal_place`

`round_with_decimal_place`

`cube`

`cbrt`

`and`

`pow`

`getAPIKey`

`getCode` **Requires an API Key**
