Skip to content

Tag: python-multithreading

Start and Stop threads with while loop

I’m building a tkinter GUI to retrieve incoming data from a device (through request) and appending them into a csv file, while having a preview of these data. I use thread but struggle to understand it properly, especially how to pause and restart it. When I click on the start button, my threads are wor…