Euclid

A terminal-based geometry assistant written in Python
Try Euclid on Github

Small Code Refactor - 7.31.26

Squares Squares Squares - 7.21.26

Gallery image

Introduction - 7.20.26

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.

Home