Geometry-app

A GUI application to solve geometry problems

View on GitHub

Geometry app - B. Jothin kumar

A GUI application to “draw and get answers!”, Currently in beta stage.

Preview:

Screenshot of geometry app Screenshot of geometry app

To run geometry app:

Linux:

git clone https://github.com/Jothin-kumar/Geometry-app.git
cd "Geometry-app"
pip install -r requirements.txt
cd scripts
python3 main.py

Windows:

Note: Make sure that you have python3 installed.

git clone https://github.com/Jothin-kumar/Geometry-app.git
cd "Geometry-app"
pip install -r requirements.txt
cd scripts
python main.py

Read the documentation to know how to use this app!

My other interesting projects: