Metadata-Version: 2.1
Name: raghavcalculator
Version: 0.0.23
Summary: A very basic calculator
Home-page: UNKNOWN
Author: Chiransh Singh Mehra , Raghav Aggarwal
Author-email: singhchiransh4@gmail.com , raghavaggarwal200004@gmail.com
License: MIT
Keywords: report,python,calculator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENCE.txt

# Calculator

This is a basic calculator which performs basic arithmetic operations
```python
pip install raghavcalculator
```

>[from raghavcalculator import Calculator as c]

## Addition
>[c.add_numbers(num1,num2)]

![add](https://i.imgur.com/ojZIQm5_d.webp?maxwidth=760&fidelity=grand)

### License

This program is free (as in speech) software under the GPLv3. Please see the [license](LICENSE.txt) file for more.

Change Log
==========

0.0.13 (02/07/2022)
-------------------
- Fixing a minor bug
- Adding a unique library
- Adding a few changes
- First Release

