Version that crashes
This commit is contained in:
parent
58b7d9b344
commit
944c82d783
6 changed files with 437 additions and 151 deletions
|
@ -27,9 +27,8 @@ HOW DO I INSERT IMAGES ???
|
|||
|
||||

|
||||
|
||||
|
||||
[](http://pepy.tech/project/pysimplegui) tkinter
|
||||
[](https://pepy.tech/project/pysimplegui27) tkinter 2.7
|
||||
[](https://pepy.tech/project/pysimplegui27) tkinter 2.7 (WARNING - DISAPPEARING Entirely on 12/31/2019!!!)
|
||||
[](https://pepy.tech/project/pysimpleguiqt) Qt
|
||||
[](https://pepy.tech/project/pysimpleguiWx) WxPython
|
||||
[](https://pepy.tech/project/pysimpleguiWeb) Web (Remi)
|
||||
|
@ -38,12 +37,12 @@ HOW DO I INSERT IMAGES ???
|
|||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
@ -101,9 +100,6 @@ and returns the value input as well as the button clicked.
|
|||
---
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#### Looking for a GUI package? Are you....
|
||||
|
||||
* looking to take your Python code from the world of command lines and into the convenience of a GUI?
|
||||
|
@ -182,6 +178,8 @@ and returns the value input as well as the button clicked.
|
|||
|
||||
[COOKBOOK!](http://Cookbook.PySimpleGUI.org)
|
||||
|
||||
[Trinket an online Cookbook](http://Trinket.PySimpleGUI.org)
|
||||
|
||||
[Brief Tutorial](http://Tutorial.PySimpleGUI.org)
|
||||
|
||||
[Latest Demos and Master Branch on GitHub](https://github.com/PySimpleGUI/PySimpleGUI/tree/master/DemoPrograms)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue