Matthes-Kdr / pixel-ruler

Easy pixel ruler in python.
GNU General Public License v3.0
2 stars 1 forks source link

New feature: Summing / subtracting distances of lines #7

Open Matthes-Kdr opened 8 months ago

Matthes-Kdr commented 8 months ago

Implement Function to sum (or/and subtract) the distances of multiple lines (e.g. while OR after pressing "+" or "-" key)

suggestion of usage:

After each line the values of this specific line and the cumulative values since a start off summation will be printed to the terminal. At ESC-key the summation will be resettet.