From 8cd082a167e3d774bfd5078785341f6799973d0d Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sun, 3 Feb 2019 18:34:58 -0500 Subject: [PATCH] docs/cookbook.md updated from https://stackedit.io/ --- docs/cookbook.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/cookbook.md b/docs/cookbook.md index 2c16ea7c..7ad347da 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -180,7 +180,11 @@ A simple GUI with default values. Results returned in a dictionary. print(event, values['_NAME_'], values['_ADDRESS_'], values['_PHONE_']) ``` ---------------------- + + + + +------- @@ -1541,7 +1545,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