From 997a9e3ff1c1a8b94a6b598698dcbaa046d0c4a2 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 17:47:14 -0500 Subject: [PATCH] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 053a3364..151081f3 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -22,7 +22,9 @@ If you like this Cookbook, then you'll LOVE the 100+ sample programs that are ju # Experimental repl.it Embedded Windows -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 +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 PySimpleGUI variants on your computer. + +This is a new capability for PySimpleGUI that has only very recently been started # Copy these design patterns! @@ -1537,7 +1539,7 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file