diff --git a/docs/Pythonic GUIs.md b/docs/Pythonic GUIs.md index 6b251663..0d499c81 100644 --- a/docs/Pythonic GUIs.md +++ b/docs/Pythonic GUIs.md @@ -1,11 +1,12 @@ # A Case for a Pythonic Python GUI -Quiz - Who said -"Creating GUIs in Python is amazingly intuitive, straightforward, and FUN!" +**Quiz** - Who said: -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 @@ -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) -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. \ No newline at end of file