Merge pull request #1879 from PySimpleGUI/Dev-latest

Added a screenshot to the readme
This commit is contained in:
PySimpleGUI 2019-08-25 08:54:11 -04:00 committed by GitHub
commit 13c5f600f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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).