Skip to content

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

License

Notifications You must be signed in to change notification settings

JeanExtreme002/Angle-Gauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

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

preview

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": [
    "<Button-1>",
    "<space>"
  ],
  "transparent": true
}

Releases

No releases published

Packages

No packages published

Languages