Metadata-Version: 2.1
Name: PySimpleGUIWeb
Version: 0.1.0
Summary: A port of PySimpleGUI that runs in a web browser.  Utilizes Remi as the GUI framework
Home-page: https://github.com/PySimpleGUI/PySimpleGUI
Author: PySimpleGUI
Author-email: mike@PySimpleGUI.org
License: UNKNOWN
Keywords: GUI UI tkinter wrapper simple easy beginner novice student graphics progressbar progressmeter
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Topic :: Multimedia :: Graphics
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown


![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


