Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 468 Bytes

File metadata and controls

20 lines (15 loc) · 468 Bytes

Python Area Calculator

A simple Python console application that calculates the area of basic geometric shapes such as squares, rectangles, circles, and triangles based on user input.

Features

  • Menu-driven user interface
  • Supports:
    • Squares
    • Rectangles
    • Circles
    • Triangles
  • Validates user input and handles errors

How to Run

  1. Open a terminal in the project directory.
  2. Run the following command:
python python_area_calculator.py