readme.md updated from https://stackedit.io/
This commit is contained in:
parent
a4cd835948
commit
af0cfb3579
19
readme.md
19
readme.md
|
@ -11,23 +11,21 @@
|
||||||
[](http://pepy.tech/project/pysimplegui)
|
[](http://pepy.tech/project/pysimplegui)
|
||||||
[](https://pepy.tech/project/pysimplegui27)
|
[](https://pepy.tech/project/pysimplegui27)
|
||||||
[](https://pepy.tech/project/pysimpleguiqt)
|
[](https://pepy.tech/project/pysimpleguiqt)
|
||||||
[](https://pepy.tech/project/pysimpleguiqt)
|
[](https://pepy.tech/project/pysimpleguiWx)
|
||||||
|
[](https://pepy.tech/project/pysimpleguiWeb)
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# PySimpleGUI
|
# PySimpleGUI
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Supports both Python 2.7 & 3 when using tkinter
|
## Supports both Python 2.7 & 3 when using tkinter
|
||||||
## Supports both PySide2 and PyQt5 (limited support)
|
## Supports both PySide2 and PyQt5 (limited support)
|
||||||
## PySimpleGUI source code can run either on Qt, tkinter, WxPython by changing only the import statement
|
## PySimpleGUI source code can run either on Qt, tkinter, WxPython, Remi by changing only the import statement
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,7 +38,7 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||||
|
|
||||||
[ReadTheDocs](http://pysimplegui.readthedocs.io/)
|
[ReadTheDocs](http://pysimplegui.readthedocs.io/)
|
||||||
|
|
||||||
|
@ -4990,10 +4988,9 @@ GNU Lesser General Public License (LGPL 3) +
|
||||||
* [jfongattw](https://github.com/jfongattw) huge suggestion... dictionaries. turned out to be
|
* [jfongattw](https://github.com/jfongattw) huge suggestion... dictionaries. turned out to be
|
||||||
* one of the most critical constructs in PySimpleGUI
|
* 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, ...
|
* [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 2.7 and 3.x code unified (big damned deal)
|
* [rtrrtr](https://github.com/rtrrtr) Helped get the 2
|
||||||
* Tony Crewe (anthony.crewe@gmail.com) Generously provided his classroom materials that he has written to teach a GUI course. If you're an educator and want to trade ma
|
|
||||||
<!--stackedit_data:
|
<!--stackedit_data:
|
||||||
eyJoaXN0b3J5IjpbMjU1MTEwODY5LC0yOTY3ODM1NSwtNzc0MD
|
eyJoaXN0b3J5IjpbLTEwNjY0NTIyMDcsLTI5Njc4MzU1LC03Nz
|
||||||
c0MjMwLDI2NjM2NDQxNyw0NDk0MzMyNDMsLTExNDg0OTA2MjNd
|
QwNzQyMzAsMjY2MzY0NDE3LDQ0OTQzMzI0MywtMTE0ODQ5MDYy
|
||||||
fQ==
|
M119
|
||||||
-->
|
-->
|
Loading…
Reference in New Issue