An open API service indexing awesome lists of open source software.

https://github.com/jeanextreme002/angle-gauge

:triangular_ruler: Calculate the angle of objects, buildings and others using this program.
https://github.com/jeanextreme002/angle-gauge

angle angle-approximation angle-gauge opencv opencv-python pil pillow python3 tkinter

Last synced: 8 months ago
JSON representation

:triangular_ruler: Calculate the angle of objects, buildings and others using this program.

Awesome Lists containing this project

README

          

# Description:
Calculate the angle of objects, buildings and others using this program.

![preview](https://github.com/JeanExtreme002/Angle-Gauge/blob/master/photos/image.png)

# Requirements:
```
Python 3.x
PIL # pip install Pillow
OpenCV # pip install opencv-python
```

# There are a few options for you to modify in the cfg.json file:
```
{
"background": "gray2",
"camera": false,
"color": "red",
"line_width": 4,
"mirror_effect": false,
"pause_event": [
"",
""
],
"transparent": true
}
```