Euclid - Squares Squares Squares
- Added functionality to squareCalculator function.
- Allows you to calculate a square’s side, diagonal, area, and perimeter.
Try Euclid on Github
Added calculations solving for circumference, diameter, and radius. Also edited the calculateArea and menu function to have additional prompts.
Euclid is a Python program that solves basic geometric calculations. Currently, the main menu and circle menu are built, along with the “solve for area” flow, which handles input from radius, diameter, or circumference. Placeholders are in place for the remaining circle calculations (circumference, diameter, radius) as well as for the other shapes (square, rectangle, triangle, polygon). I’ll be adding more soon, getting basic functionality down before I dive into looks. I also plan on make a GUI version with PySide6 in the future.