diff --git a/readme.md b/readme.md index 811706c3..7b5c263a 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@ ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.24.0-blue.svg?longCache=true&style=for-the-badge) -![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-0.22.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIQt_Version-0.22.0-orange.svg?longCache=true&style=for-the-badge) ![Python Version](https://img.shields.io/badge/PySimpleGUIWx_version-0.3.0-orange.svg?longCache=true&style=for-the-badge) @@ -88,6 +88,12 @@ Started in late December 2018 PySimpleGUIWx started with the SystemTray Icon fea The Windowing code is coming together with Reads now operational which means Popups work. The elements are getting completed on a regular basis. 3 more were just checked in. At least 1 new element is getting completed a week. +# Web Version + +New for 2019, PySimpleGUIWeb. This is an exciting development! PySimpleGUI in your Web Browser! + + + # Support PySimpleGUI is an active project. Bugs are fixed, features are added, often. Should you run into trouble, open an issue on the GitHub site and you'll receive help by someone in the community. @@ -4989,10 +4995,9 @@ GNU Lesser General Public License (LGPL 3) + * [agjunyent](https://github.com/agjunyent) figured out how to properly make tabs and wrote prototype code that demonstrated how to do it * [jfongattw](https://github.com/jfongattw) huge suggestion... dictionaries. turned out to be * one of the most critical constructs in PySimpleGUI -* [venim](https://github.com/venim) code to doing Alt-Selections in menus, updating Combobox using index, request to disable windows (a really good idea), checkbox and tab submits on change, returning keys for elements that have change_submits set, ... -* [rtrrtr](https://github.com/rtrrtr) Helped get the +* [venim](https://github.com/venim) code to doing Alt-Selections in menus, updating Combobox using index, request to disable windows (a really good idea), checkbox and tab submits on change, returning keys for elements that have change_sub \ No newline at end of file