From 6c0739049e933647fce749d396b8a94588f1abc4 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 21 Jan 2019 10:23:08 -0500 Subject: [PATCH] PySimpleGUIWx/readme.md updated from https://stackedit.io/ --- PySimpleGUIWx/readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PySimpleGUIWx/readme.md b/PySimpleGUIWx/readme.md index 4478ed40..de20a664 100644 --- a/PySimpleGUIWx/readme.md +++ b/PySimpleGUIWx/readme.md @@ -56,13 +56,14 @@ There are a couple of easy reasons to use PySimpleGUIWx over PySimpleGUIQt. One Why use PySimpleGUI? 1. It's simple and easy to program GUIs -2. You can move between the GUI frameworks tkinter, Qt and WxPython by chaning a single line of code, the import statemlkent. -3. It's fun +2. You can move between the GUI frameworks tkinter, Qt and WxPython by changing a single line of code, the import statement. +3. Get the same custom layoutg +4. It's fun to program GUIs again - ## The Engineering Pre-Release Version 0.6.0 + ## The Engineering Pre-Release Version 0.7.0 [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) @@ -497,5 +498,5 @@ Starting with release 0.4.0, most of the Popup functions work. This means you c # Acknowledgments \ No newline at end of file