readme.md updated from https://stackedit.io/
This commit is contained in:
parent
e0599e2e8a
commit
e6bc0d9f79
10
readme.md
10
readme.md
|
@ -155,9 +155,9 @@ In addition to a primary GUI, you can add a Progress Meter to your code with ONE
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
You can build an async media player GUI with custom buttons in 30 lines of code.
|
It's simple to show animated GIFs. A single line of code
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
How about embedding a game inside of a GUI? This game of Pong is written in tkinter and then dropped into the PySimpleGUI window creating a game that has an accompanying GUI.
|
How about embedding a game inside of a GUI? This game of Pong is written in tkinter and then dropped into the PySimpleGUI window creating a game that has an accompanying GUI.
|
||||||
|
@ -252,6 +252,7 @@ While simple to use, PySimpleGUI has significant depth to be explored by more ad
|
||||||
Clickable links
|
Clickable links
|
||||||
Transparent windows
|
Transparent windows
|
||||||
Movable windows
|
Movable windows
|
||||||
|
Animated GIFs
|
||||||
No async programming required (no callbacks to worry about)
|
No async programming required (no callbacks to worry about)
|
||||||
|
|
||||||
|
|
||||||
|
@ -4982,7 +4983,8 @@ For Python questions, I simply start my query with 'Python'. Let's say you forg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process.
|
In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my
|
||||||
<!--stackedit_data:
|
<!--stackedit_data:
|
||||||
eyJoaXN0b3J5IjpbMTE1MTQ0MjY0NiwtMTE0ODQ5MDYyM119
|
eyJoaXN0b3J5IjpbLTExODYxODAzNDYsLTExNDg0OTA2MjNdfQ
|
||||||
|
==
|
||||||
-->
|
-->
|
Loading…
Reference in New Issue