Skip to content

gziltoid/geometry-calculator

Repository files navigation

Geometry Calculator

A simple geometry calculator with 2D and 3D visualization of flat and solid shapes:

  • circle
  • square
  • rectangle
  • triangle
  • trapezoid
  • rhombus
  • sphere
  • cube
  • cuboid
  • square pyramid
  • cylinder
  • cone

Supports area, volume, perimeter, and triangle median calculation.

geom_calc

Made with Streamlit using Pythreejs bridge library for 3D animation in the web browser.

To run the app:

$ streamlit run app.py

or:

$ python3 app.py