Metadata-Version: 2.1
Name: zmathlib
Version: 0.1.0
Summary: This package helps to do maths by Zan X Technologies
Author-email: Zandora Space <professor@zandora.space>
License: MIT License
        
        Copyright (c) 2022 Zandora Space
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/zandora-space/zmathlib
Project-URL: Bug Tracker, https://github.com/zandora-space/zmathlib/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE


![Logo](https://raw.githubusercontent.com/zandora-space/zanx/main/zanx.png)


# Zmathlib

An module which helps to do math porblems such as add, substract, multliply, devide and mush more feactures on fucture.


## Badges

![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)

![Python](https://img.shields.io/badge/python-v3.7-blue?)

![PyPi](https://img.shields.io/badge/pypi-v0.1.0-blue?)

## Features

- You can do math using our module easily.
- By using just add, sub, mul, div keywords.
- Easy to use it in your projects.

## Installation

Install my-project with pip

```bash
  pip install zmathplotlib
```
    
## Usage/Examples
### Using two variable

```python
from zmathlib import *

a = 5
b = 6

add = add(a,b)
sub = sub(a,b)
mul = mul(a,b)
div = div(a,b)

print(add)
print(sub)
print(mul)
print(div)
```

### Using multiple variable

```python
from zmathlib import *

a = 5
b = 6
c = 7
d = 4

add = add(a,b,c,d)
sub = sub(a,b,c,d)
mul = mul(a,b,c,d)
div = div(a,b.c,d)

print(add)
print(sub)
print(mul)
print(div)
```


## Roadmap

- Add more feactures.
- Make it a all in one math module.


## Authors

- [@zandora-space](https://www.github.com/zandora-space)


## Support

For support, email professor@zandora.space or follow our Instagram Page [@zanx.coders](https://instagram.com/zanx.coders)


## Feedback/Issues

If you have any feedback, please reach out to us at professor@zandora.space

If you have facing any issues, please report via [Report Issues](https://github.com/zandora-space/zmathlib/issues)



## License

[MIT](https://github.com/zandora-space/zmathlib/blob/main/LICENSE)

