PySimpleGUIWeb/readme.md updated from https://stackedit.io/
This commit is contained in:
parent
b4eff3ac55
commit
0d1408a197
|
@ -28,16 +28,6 @@ This Readme is for information ***specific to*** the Web port of PySimpleGUI.
|
||||||
|
|
||||||
PySimpleGUIWeb enables you to run your PySimpleGUI programs in your web browser. It utilizes a package called Remi to achieve this amazing package.
|
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 (Jan 26 2019) these elements are operational:
|
|
||||||
* Text
|
|
||||||
* Single line text input
|
|
||||||
* Multiline Input
|
|
||||||
* Multiline Output
|
|
||||||
* Listbox
|
|
||||||
* Combobox
|
|
||||||
* Checkbox
|
|
||||||
* Slider
|
|
||||||
* Spinner (numbers only...hardcoded to 0 to 100)
|
|
||||||
|
|
||||||
## Engineering Pre-Release Version 0.4.0
|
## Engineering Pre-Release Version 0.4.0
|
||||||
|
|
||||||
|
@ -85,6 +75,8 @@ PySimpleGUIWeb runs only on Python 3. Legacy Python (2.7) is not supported.
|
||||||
* Combobox Element
|
* Combobox Element
|
||||||
* Checkbox Element
|
* Checkbox Element
|
||||||
* Listbox Element
|
* Listbox Element
|
||||||
|
* Spinner Element (sorta... numbers 0 to 100 only now)
|
||||||
|
* Column Element
|
||||||
* Window background color
|
* Window background color
|
||||||
* Element padding
|
* Element padding
|
||||||
* Read with timeout
|
* Read with timeout
|
||||||
|
@ -161,6 +153,16 @@ New features
|
||||||
* Enabled exceptions during packing operation
|
* Enabled exceptions during packing operation
|
||||||
* New test harness exercises all element types
|
* New test harness exercises all element types
|
||||||
|
|
||||||
|
## 0.5.0 PySimpleGUIWeb 1-Feb-2019
|
||||||
|
|
||||||
|
* New default font size. Was Helvetica 10, now Helvetica 15
|
||||||
|
* InputText Element single character events working! (Finally)
|
||||||
|
* Listbox simple Update (values only)
|
||||||
|
* Column Element! New!
|
||||||
|
* Column element experimental justification setting doesn't work yet
|
||||||
|
* Element background colors now picked up from container, not top level window
|
||||||
|
* Autosize Text
|
||||||
|
* Autosize Button Text
|
||||||
|
|
||||||
|
|
||||||
# Design
|
# Design
|
||||||
|
@ -173,6 +175,6 @@ New features
|
||||||
|
|
||||||
# Acknowledgments
|
# Acknowledgments
|
||||||
<!--stackedit_data:
|
<!--stackedit_data:
|
||||||
eyJoaXN0b3J5IjpbLTEwNTcxMDM2NDMsMTIxMzM1MjYzNiwtMT
|
eyJoaXN0b3J5IjpbLTE1MjE4MDU1MjAsLTEwNTcxMDM2NDMsMT
|
||||||
E2MDY4NDMzOV19
|
IxMzM1MjYzNiwtMTE2MDY4NDMzOV19
|
||||||
-->
|
-->
|
Loading…
Reference in New Issue