Skip to content

mjfactor/Package-Area-of-Shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Area of Shapes Package

This is a simple Python library for performing arithmetic operations related to the area of different shapes.

Installation

Visit: https://pypi.org/project/AreaOfShapesLib

or To install this library, you can use pip:

pip install AreaOfShapesLib

Usage

Import the Library Using:

from areaofShapesLib import *

Demo

Here are some examples of how to use the library:

# Calculate the area of a triangle
area = area_of_triangle(10, 5)
print(area)  # Output: 25

# Calculate the area of a circle
area = area_of_circle(5)
print(area)  # Output: 78.53981633974483

# Calculate the area of a rectangle
area = area_of_rectangle(10, 5)
print(area)  # Output: 50

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Python Library for Calculating area of different shapes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages