Menu-based geometry calculator for calculating 2D plane and 3D solid geometric shapes. Before using geometry calc, please install python 3. Visit official python website : https://www.python.org/downloads/
For all OS. You can clone this repository or download as zip. Before you clone the repository, you must install git. Visit official git website for detail information : https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- Clone repository
git clone https://github.com/bangrezz/geometry_calc.git
Open your terminal (CMD or Powershell if using windows) and follow the command below to install all dependencies :
- If using Linux or MacOS
sudo pip3 install rich pyfiglet colorama
- If using Windows
pip3 install rich pyfiglet colorama
- Go to geometry_calc directory.
- Running on your terminal (CMD or Powershell if using windows) with command
python3 geometry_calc.py
- Follow all instruction on the program.
- The units displayed don't affect the calculation results. it's just a view.
- Available geometry shapes :
- Plane geometry
- Rectangle
- Square
- Triangle (included pythagorean)
- Circle [NEW]
- Parallelogram [NEW]
- Solid geometry
- Cube
- Rectangular prism
- Sphere
- Cylinder [NEW]
- Plane geometry
- Other geometry shapes are under development