From 4d52276478083d9856e5d5047f8eb1deb2f1e7f4 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Tue, 22 Jan 2019 11:44:14 -0500 Subject: [PATCH] Release 0.1.0 PySimpleGUIWeb --- PySimpleGUIWeb/readme.md | 65 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 PySimpleGUIWeb/readme.md diff --git a/PySimpleGUIWeb/readme.md b/PySimpleGUIWeb/readme.md new file mode 100644 index 00000000..2c83f469 --- /dev/null +++ b/PySimpleGUIWeb/readme.md @@ -0,0 +1,65 @@ + +![pysimplegui_logo](https://user-images.githubusercontent.com/13696193/43165867-fe02e3b2-8f62-11e8-9fd0-cc7c86b11772.png) + +![Downloads](http://pepy.tech/badge/pysimpleguiweb)] + + + ![Awesome Meter](https://img.shields.io/badge/Awesome_meter-1000-yellow.svg) + + ![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg) + +![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_Version-0.1.0-orange.svg?longCache=true&style=for-the-badge) + + + +# PySimpleGUIWeb + +PySimpleGUI running in your web browser + +## Primary PySimpleGUI Documentation + +To get instructions on how use PySimpleGUI's APIs, please reference the [main documentation](http://www.PySimpleGUI.org). +This Readme is for information ***specific to*** the Web port of PySimpleGUI. + + +## What is PySimpleGUIWeb? + +PySimpleGUIWeb enables you to run your PySimpleGUI programs in your web browser. It utilizes a package called Remi to achieve this amazing package. + +At the moment (22-Jan-2019) the port has barely begun but it's far enough along to see that it's going to work. The Text, Input Text and Button elements are "functional". You can run simple PySimpleGUI programs and they actually WORK correctly. + + ## Engineering Pre-Release Version 0.1.0 + + [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) + +Having trouble? Visit the [GitHub site ](http://www.PySimpleGUI.com) and log an Issue. + + +## What Works + +Text Element +Input Text Element +Button Element + +Things like colors, fonts, etc, are not yet completed. This is SO early in the process, but it's exciting to see at the same time. + +# Release Notes: + +### 0.1.0 - 22-Jan-2019 + +* Initial release +* Text Element +* Input Text Element +* Button Element +* Window class + + +# Design +# Author + Mike B. + + +# License + GNU Lesser General Public License (LGPL 3) + + +# Acknowledgments