Metadata-Version: 2.1
Name: raghavcalculator
Version: 0.0.8
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: 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
License-File: LICENCE.txt

This is a basic calculator which performs basic arithmetic operations

> [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.8 (01/07/2022)
-------------------
- Fixing a minor bug
- Adding a unique library
- Adding a few changes
- First Release

