Metadata-Version: 2.1
Name: easework
Version: 0.1
Summary: Python package that makes your work easy
Home-page: https://github.com/akulchaudhary07/easework-
Author: Akul
Author-email: easework@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown


# Pakage Description

Pakage Name - easework 

```
A python pakage that makes your work easy.
Currently have CALCULATION functions.
```






## Requirements

[Python 3.8.6 or more](https://www.python.org/)


## Installation



```bash
  pip install easework
```

## Usage/Examples

```python
# Function to add two numbers 

import easework

example = easework.add(9,7)

print(example)
```


## Authors

- [@Akul Chaudhary](https://github.com/akulchaudhary07)


## Appendix

More Functions would be added in the next update


## Support

For support or to report bugs  email easework@gmail.com or join our [Discord Server.](https://discord.gg/HkXUkGueCd)

## Functios 

- [Calculation](https://github.com/akulchaudhary07/easework-/blob/main/Calculation%20Functions)


