Testing time. I made a #GUI for the #fingerprint scanner.
The GUI always is weird because it’s a giant loop & if you wanna do #IoT -which always deal with sensors and takes a while to return its result, you gonna have a hard time.
Basically, when you are waiting for the sensor to scan the finger, the GUI will freeze due to that fucking giant loop.
🤔So what’s the solution?
🧐 threads...huh
Not my choice rather my company’s decision so I’ve written in #python #Tk