Open PySimpleGUI opened 3 years ago
In readme.md,
Tool.py is in another repo, I don't want there're two copies of same file in my differernt repos. Tool.py also referenced in my some papers in one website.
My files or my repos means nothing for me, so maybe someday all repos will be deleted, or re-organized. Backward-compatible is not necessary for me.
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 find it exciting to see.
By the way, I like that you did some using .pyw.
I don't have any and your repo showed me that I have a bug in my Project Browser demo by not including .pyw files. It's a nice thing for people to learn. You know, I'm going to make another announcement just about this. Maybe a tweet too! It's a great idea for GUIs.
THIS was the game that I found... again!
To get it to run today I needed to remove the size from this code:
frame2 = sg.Frame('', layout=layout2, background_color=G.background,
border_width=5, size=(None, G.height*32))
Removed the size:
frame2 = sg.Frame('', layout=layout2, background_color=G.background,
border_width=5)
Once I did that, then the game worked great!
If it's not been posted in Issue 10, I think users would love to see it.
I've been pondering better ways to get screenshots uploaded and stored for the project. Issue 10 only shows some of the many posts. GitHub hides a lot of the entries. And most people don't check or use the Wiki.
Clearly not critical, but was was fun to find again today!
It built about almost two years ago... Just tried to practice Python and PySimpleGUI.
The bejeweled game crashes if you download the repo and run directly from it due to this code:
If the Tool was provided in this repo, then it would run without any additional work by the user.