Merge pull request #1955 from PySimpleGUI/Dev-latest

Draft 2-2
This commit is contained in:
PySimpleGUI 2019-09-10 16:56:51 -04:00 committed by GitHub
commit 9c528545ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,12 @@
# A Case for a Pythonic Python GUI # A Case for a Pythonic Python GUI
Quiz - Who said **Quiz** - Who said:
"Creating GUIs in Python is amazingly intuitive, straightforward, and FUN!"
Answer - no one (that is a normal person)... > "Creating GUIs in Python is amazingly intuitive, straightforward, and FUN!"
Yet for almost everything else that Python is used for, the intuitive and straightforward (and fun) adjectives are used. **Answer** - no one (that I've ever heard)
Yet for almost everything else that Python is used for, the intuitive, straightforward, and fun adjectives are used.
## Definitions, generalities & boundaries ## Definitions, generalities & boundaries
@ -260,4 +261,4 @@ The super-simple examples shown in this article are just that, super-simple exam
![concurrent_windows](https://user-images.githubusercontent.com/13696193/62832448-3eb96180-bbfc-11e9-8777-6f2669566c93.png) ![concurrent_windows](https://user-images.githubusercontent.com/13696193/62832448-3eb96180-bbfc-11e9-8777-6f2669566c93.png)
If you're ready to experience GUI building in Python in a completely different and unique way that takes advantage of Python's unique syntax, types, and features that make it the magic language it is, then hop on over to http://www.PySimpleGUI.org and get started having fun building GUIs. If you're ready to experience GUI building in Python in a completely different and unique way that takes advantage of Python's unique syntax, types, and features that make it the magic language it is, then hop on over to http://www.PySimpleGUI.org and get started having fun building GUIs.