Skip to main content

A Python library for performing arithmetic operations related to the area of different shapes

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AreaOfShapesLib-5.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

AreaOfShapesLib-5.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page