iansan5653 / open-mcr

:pencil: Exam bubble sheet scorer. Created with OpenCV and Python.
GNU General Public License v3.0
160 stars 54 forks source link

Fix process failing to exit when the user closes #47

Closed iansan5653 closed 2 years ago

iansan5653 commented 2 years ago

Fixes the process failing to exit because TKinter waits infinitely for the 'ready' variable. Now the process will exit with code 0 on close. Fixes #45