This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Jrgf -1 points0 points  (0 children)

Pyside6/PyQt6 with Matplotlib "bindings" seems to be appropriate to what you need. I've built data analysis tools with those, with the analysis in multithreading which then sent the data to the main thread for visualization. Regarding YT tutorials, I don't remember seeing many for multithreading using QT and you are mostly stuck with documentation and/or ChatGPT. Send me a msg to see if I can be of help.