git clone https://github.com/Bikram-ghuku/shapes.git && cd shapes
pip install -r requirements.txt
python setup.py sdist bdist_wheel
pip install GeometricShapes
cd dist && pip install GeometricShapes-0.1.0-py3-none-any.whl
Shapes | Supported Functions |
Rectangle | Area, Perimeter |
Square | Area, Perimeter |
Circle | Area, Perimeter |
Triangle | Area, Perimeter |
Ellipse | Area, Perimeter |
Sphere | Area, Volume |
Cylinder | Total Surface area, Lateral surface area, Volume |