Metadata-Version: 2.1
Name: summers_package
Version: 2.1.2
Summary: For doing calculations like Addition, Multiplication and Subtraction
Author: Ansh Gupta
Author-email: Ansh.Gupta@iiitb.ac.in
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: License.txt

# __Basic Calculator for Summer_School__

### This package contains functions to perform basic operations like Addition, Multiplication and Subtraction:

## 1. _add_  
    This function adds two numbers and returns the result.

## 2. _multiply_
    This function multiplies two numbers and returns the result.

## 3. _subtract_
    This function subtracts two numbers and returns the result.

# __Instructions to install the package__

    Open Terminal and type **pip install summers_package**
    ![image](https://iiitbac-my.sharepoint.com/:i:/g/personal/ansh_gupta_iiitb_ac_in/EZIYr2H_ndNJhn--lE5ifHIBHKTkTSCY_oXMzMuMa2wAVw?e=VHAvUB)

    After installing, this message will appear
    ![image](https://iiitbac-my.sharepoint.com/:i:/g/personal/ansh_gupta_iiitb_ac_in/ESG_vHRUTahPvZXOB4Y7DHsBBnQwF34FwIolcE-byd43ew?e=iPDPgf)



