Metadata-Version: 2.1
Name: summers_package
Version: 2.2.0
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__
![Terminal](https://i.im.ge/2024/04/25/Z02vwr.WhatsApp-Image-2024-04-25-at-9-06-51-PM.jpeg)

## After installing, this message will appear
![Terminal](https://i.im.ge/2024/04/25/Z02kA1.WhatsApp-Image-2024-04-25-at-9-12-46-PM.jpeg)
