PySimpleGUI
PySimpleGUI
Here's the section from the readme. It's the most up to date.  The contributing.md file is quite a bit older and has a mismatch. I got the message that...
The "fallback" position for this is likely to be a pip installable `psgscreenshot` utility that PySimpleGUI will attempt to execute. The `psgscreenshot` code will use PIL to do the capture...
> Pillow, like others, don't have the resources for platforms which only make up < 10% of the computer market (despite having the flashiest ads). I'm somewhat guilty too... ...
I updated a couple of demo programs recently that do screencaptures. I state right at the top that it's Window-only, so there's the platform dependent problem that was hit right...
I love Mac users...  I'm just not fond of some of the problems that trip up tkinter. You have totally valid points about support. I'm open to dinging when...
Lemme thinking ab... YES! Yes is the answer! Of course I'm interested!
 Oh WOW! Thank you SO much... this is awesome! I've been concerned about how I was going to do this on platforms other than Windows and you've just solved...
I had a feeling I would see a warning 😉 I've got these kinds of constants in a number of the window-oriented code like this. I'm usually pretty OK with...
> Could I need to get tkinter (or Python) to garbage collect the old window before the capture? Any idea how to do that? You can force a garbage collect...
Call `window.refresh()` if you've made changes that you want to make sure tkinter sees prior to the next `window.read()` call.