From 7dd9d019a8884b31df9a666073b30ec8f2d30c95 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Sun, 25 Aug 2019 08:53:50 -0400 Subject: [PATCH] Added a screenshot to the readme --- PySimpleGUIWeb/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PySimpleGUIWeb/readme.md b/PySimpleGUIWeb/readme.md index 689713de..e20eabbb 100644 --- a/PySimpleGUIWeb/readme.md +++ b/PySimpleGUIWeb/readme.md @@ -20,6 +20,8 @@ Your source code will work on tkinter, Qt, WxPython and now in a browser (thanks Check out [repl.it](https://repl.it/@PySimpleGUI/PySimpleGUIWeb-Demos), the new way to run your PySimpleGUI code in a browser! +![image](https://user-images.githubusercontent.com/46163555/63650157-a223b300-c715-11e9-9a96-7c8961298065.png) + ## Primary PySimpleGUI Documentation To get instructions on how use PySimpleGUI's APIs, please reference the [main documentation](http://www.PySimpleGUI.org).