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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.