PySimpleGUI

Results 63 issues of PySimpleGUI

The bejeweled game crashes if you download the repo and run directly from it due to this code: ``` C:\Python\Anaconda3\python.exe "C:/Python/PycharmProjects/GitHub/PySimpleGUI-Projects/Bejeweled Game.py" Traceback (most recent call last): File "C:/Python/PycharmProjects/GitHub/PySimpleGUI-Projects/Bejeweled Game.py",...

Hi! You've got pictures of how to download your program in your readme, but you don't have any images of your program. It's rare for a Python program to have...

Last October a new set of calls was added to PySimpleGUI.... the UserSettings APIs. https://pysimplegui.readthedocs.io/en/latest/#user-settings-api As more information is saved by PySimpleGUI programs, including the global settings used by PySimpleGUI...

Hiya Congrats on a successful project. You've already gotten 21 stars :-) Your project showed up in my list of "used by" applications on GitHub, which I regularly review as...

I see you're using POpen... I need to check out those parameters you're using as some of them I don't have in the PySimpleGUI Exec API calls and think perhaps...

I gavew it a go and ran into 2 problems. The first was the import of CREATE_NO_WINDOW which isn't in the 3.6 version I tried on first. ```python from subprocess...

Do you have any idea why it's slow on windows? I'm particularly interested if there's any problem with the performance of PySimpleGUI. I noticed the window,read() call doesn't have a...

OMG! I just about freaked out seeing how **massive** your GUI is, especially when I saw it in a browser! I was hoping, in a way, that it wasn't PySimpleGUIWeb...

You can use a Window Timer to generate your 500 ms timer ticks instead of polling. https://docs.pysimplegui.com/en/latest/documentation/module/timer_apis/ Here's the snake game code using a Window timer. BTW, screenshots of programs...

**What Docs changes are you proposing?** readme.md **Why do the Docs need this improvement? What is the motivation for this change? How will this change benefit the community?** Screenshots that...

documentation
enhancement
gssoc
level1