PySimpleGUI
PySimpleGUI
> allow to display incoming messages in appropriate textboxes in 'real-time' Very possible with PySimpleGUI... for sure. There are a couple of approaches for something like this. I don't know...
I've done a couple of machine learning example projects: https://github.com/PySimpleGUI/PySimpleGUI-Photo-Colorizer https://github.com/PySimpleGUI/PySimpleGUI-YOLO
It depends on how the interface is done. tkinter can't be directly called from a thread.... and while PySimpleGUI runs on top of tkinter (among others), PySimpleGUI has a threading...
Oh WOW! I didn't expect you to just up and change your GUI. I was just asking some questions to see if there's a fit. VERY nicely done!  This...
Yea, it's a lengthy process and being voted on isn't the best feeling, it's one way to filter out projects that are good and popular from those that are really...
Hey!! pyIDM got 20 upvotes! Can the maintainer please integrate this change into the master branch?
@vinta Ooops... sorry I didn't tag my previous message with the correct tag (sorry @vinta it's been a while since PySimpleGUI was added and I had forgotten you're da leader...
@vinta Can you please merge this one? It seems to meet the qualifications and I see other merges happening. If it doesn't measure up or I did the change incorrectly,...
It looks like the link to the project is no longer correct.
One way I do this is by putting a try around the event loop, or around a piece of code that may be having trouble. This Demo Program shows one...