A simple Python console application that calculates the area of basic geometric shapes such as squares, rectangles, circles, and triangles based on user input.
- Menu-driven user interface
- Supports:
- Squares
- Rectangles
- Circles
- Triangles
- Validates user input and handles errors
- Open a terminal in the project directory.
- Run the following command:
python python_area_calculator.py