From 7b154acc94bc193f5ed9a229d32ad454c603a2d2 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Tue, 10 Sep 2019 16:56:30 -0400 Subject: [PATCH] Draft 2-2 --- docs/Pythonic GUIs.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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