Euclid
- 3 Devlogs
- 3 Total hours
A terminal-based geometry assistant written in python.
A terminal-based geometry assistant written in python.
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.