Metadata-Version: 2.1
Name: averagepackage_sanwariyia
Version: 0.0.3
Summary: To find avg
Author-email: Sanwariyia S <sanwariyia@gmail.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# averagepackage-sanwariyia

## To find the average

---

# Use the package in your project

### Install the package


pip install averagepackage-sanwariyia


### Using the package


import averagepackage_sanwariyia.avg as average

print(average.avgmarks(2,3,4))


# Methods

### Average of 3 numbers

`avgmarks(a,b,c)`

This method takes 3 arguments and returns the average of the 3 numbers.

---

Sanwariyia S © 2023

> *Note*
> This is for a university project. Might not be maintained in future.