PySimpleGUI
PySimpleGUI
It was VERY well done. My mouth was open the entire duration. I've not seen someone teach me PySimpleGUI quite like this. At one time I was using lambdas to...
Oh, and I started using keys with the format: `-NEWKEY-` instead of `_OLDKEY_` The dash, for me, makes them more visible. One point that I didn't realize people have not...
I added a test for `iscallable` to a script recently so that it would just automatically call. However, because keys need to be unique, it's better to use a lambda....
Oh, and elements are callable too. You could potentially drop any `.Update` or `.update` characters from your code. ```python window['-display-']("The first field is always value") ```
Second to strings as Keys, I use tuples. This is very helpful when you've got a grid of anything. Say, a grid of buttons, or a grid of input text...
Yea, it's sorta like that... except it is still an object. It's a uniquely Python thing as far as I know. Elements are callable and so are windows. When you...
I would like to get your permission to post some screenshots of your PySimpleGUI apps on the GitHub. I have an Issue that has screenshots of other people's creations. I...
By the way, this is the BEST forum I've ever been a part of: https://forum.pythonistacafe.com/ It's a paid forum however, which is perhaps why it's filled with nice people. If...
Yea, I saw the message Just thinking others may do what I did.... download repo, unzip, start running and having fun. Skipping Bejeweled because it doesn't run.
I'm sorry, it was just a suggestion and it's your repo to do as you see fit. I know it's nothing official and I appreciate you posting this stuff. I...