Metadata-Version: 2.1
Name: basicCals
Version: 0.0.6
Summary: Basic Mathematics Module
Home-page: UNKNOWN
Author: XakedowX
Author-email: thecode113@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

This is a simple module for mathematics which takes 2 numbers or 2 integer variables and it can add, subtract, multiply, divide, find power of two 2 numbers. It can also do more stuff.

Also this module already detects decimal and integer values. So if you are making a calculator type of app it will detect if the number is decimal or integer and it will do it's job.

To install our module:
```pip install basicCals```

To upgrade our module:
```pip install --upgrade basicCals```

Also it will detect if variable or the input is a string and it will print out an error.

