You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cookbook.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ with
19
19
There is a short section in the Readme with instruction on installing PySimpleGUI
20
20
21
21
If you like this Cookbook, then you'll LOVE the 100+ sample programs that are just like these. You'll find them in the GitHub at http://www.PySimpleGUI.com. These Recipes are simply several of those programs displayed in document format.
22
+
23
+
# Experimental repl.it Embedded Windows
24
+
25
+
You'll find a few of these Recipes are running in your browser window using PySimpleGUIWeb. They are included so that you can immediately play around with the SDK before installing one of the PySimpleGU
22
26
23
27
# Copy these design patterns!
24
28
@@ -1533,6 +1537,7 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo
1533
1537
1534
1538
Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar.
0 commit comments