Project: Periarea Overview: "Periarea" is a Python-based program designed to calculate the area and perimeter of different geometric shapes such as rectangles, squares, triangles, circles, and more.
To run it you need to: First Method (easy): Have Python installed and run the "main.py" script Second Method (medium): Have Python and Pyinstaller installed, run the command "pyinstaller --onefile ...