PySimpleGUI
PySimpleGUI
Please try running items from sg.main()  I found that on my Windows 10 machine, with 64 GB RAM, an i9 proc: * Linux running in VMWare is performing better...
I noticed that Python 3.10 (in alpha) finally has the 8.6.10 tkinter version. Here I did a side by side comparison for 8.6.6 tkinter and 8.6.10. The PySimpleGUI code is...
Here is the same computer, running VMWare while Windows 10 is still running in the background. https://www.dropbox.com/s/9tg85yioy88si2j/tkinter%20on%20Linux.gif?dl=1 As you can see, the performance difference is more than slight.
Conclusion - This is all tkinter, not PySimpleGUI. Maybe there's a WAY I'm using tkinter that makes it worse, but if so, then it shouldn't run so fast on Linux....
I wasn't entirely correct in my previous comment that "this is all tkinter". How PySimpleGUI uses tkinter does matter and likely plays a role. Here's a simple tkinter example of...
I found the difference I have been seeing between Windows and Linux. The difference is tkinter version 8.6.10. 8.6.10 tkinter is the difference between the Linux and Windows test that...
This ultimately comes down to a configuration / platform problem. At the moment, tkinter 8.6.10 has the fastest startup time on Windows and Linux.
Quite welcome. If you find a way to upgrade tkinter on Windows, manually, to 8.6.10, I'm certainly interested in hearing how you did it.
`sg.main_open_github_issue()`
`graph.TopRight` isn't a property. Take a look at the call reference (https://www.pysimplegui.org/en/latest/call%20reference/#graph-element) to find valid calls and properties. I think what you're after is `change_coordinates` 