From d6a528672ff20ee6c8f91c8813efb57409c9e380 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Wed, 29 May 2019 09:03:36 -0400 Subject: [PATCH 1/3] PySimpleGUIQt/readme.md updated from https://stackedit.io/ --- PySimpleGUIQt/readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/PySimpleGUIQt/readme.md b/PySimpleGUIQt/readme.md index 1537cc64..84050c1d 100644 --- a/PySimpleGUIQt/readme.md +++ b/PySimpleGUIQt/readme.md @@ -16,7 +16,7 @@ ![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg) -![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.26.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.26431.0-orange.svg?longCache=true&style=for-the-badge) @@ -26,7 +26,7 @@ "Qt without the ugly" - ## The Alpha Release + ## The Alpha Release Version 0.231.0 [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) @@ -682,4 +682,7 @@ Dial - disable # License GNU Lesser General Public License (LGPL 3) + -# Acknowledgments \ No newline at end of file +# Acknowledgments + \ No newline at end of file From 7b236067f6938a86380f8b4f0d3b0a6cc2594a37 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Wed, 29 May 2019 09:03:38 -0400 Subject: [PATCH 2/3] PySimpleGUIWeb/readme.md updated from https://stackedit.io/ --- PySimpleGUIWeb/readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/PySimpleGUIWeb/readme.md b/PySimpleGUIWeb/readme.md index 6e460fd5..689713de 100644 --- a/PySimpleGUIWeb/readme.md +++ b/PySimpleGUIWeb/readme.md @@ -8,7 +8,7 @@ ![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg) -![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.28.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0..0-orange.svg?longCache=true&style=for-the-badge) @@ -391,7 +391,8 @@ One-time patch to remove a debug print * Behaves like a Column element for now since no official Remi Frame * Fix for popups that get data - New dictionary return values messed up popups. Needed to use keys internally - + + # Design # Author @@ -403,6 +404,7 @@ One-time patch to remove a debug print # Acknowledgments \ No newline at end of file From 26581c2578fcc2571506ae3e176614cc5e1f01a5 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Wed, 29 May 2019 09:05:21 -0400 Subject: [PATCH 3/3] docs/index.md updated from https://stackedit.io/ --- docs/index.md | 45 +++++++++++++++++---------------------------- 1 file changed, 17 insertions(+), 28 deletions(-) diff --git a/docs/index.md b/docs/index.md index ca97b8b3..40c4e31b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,11 +37,11 @@ ![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.34.0-blue.svg?longCache=true&style=for-the-badge) -![Python Version](https://img.shields.io/badge/PySimpleGUIQt_Version-0.31.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIQt_Version-0..0-orange.svg?longCache=true&style=for-the-badge) -![Python Version](https://img.shields.io/badge/PySimpleGUIWx_version-0.11.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIWx_version-0..-orange.svg?longCache=true&style=for-the-badge) -![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_Version-0.28.1-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_Version-0.2218.10-orange.svg?longCache=true&style=for-the-badge) [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) @@ -4929,6 +4929,7 @@ Mixup.... 3.26 changes don't appear to have been correctly released so releasing * Convert button text to string when creating buttons * Buttons are returned now as well as input fields when searching for element with focus + ## 3.29 22-Apr-2019 * New method for `Graph` - `RelocateFigure` @@ -4975,10 +4976,12 @@ Trying to get the fixes rolled out as quickly as possible that the Debugger has * Check for DEFAULT_SCROLLBAR_COLOR not being the COLOR_SYSTEM_DEFAULT (crashed) -### Upcoming +## i ageson peoe re release eatres + + # Upcoming Make suggestions people! Future release features - - + ot to e i enines oo utroen inteat a ed ote t tite t to e At moen a i re bein cn o he et rme Wo areayu on . i liely o e next nte o x hoeer + ## Code Condition Make it run @@ -5013,27 +5016,13 @@ You can also look up elements using their keys. This is an excellent way to upd This is a language feature that is featured **heavily** in all of the API calls, both functions and classes. Elements are configured, in-place, by setting one or more optional parameters. For example, a Text element's color is chosen by setting the optional `text_color` parameter. **tkinter** -tkinter is the "official" GUI that Python supports. It runs on Windows, Linux, and Mac. It was chosen as the first target GUI framework due to its ***ubiquity***. Nearly all Python installations, with the exception of Ubuntu Linux, come pre-loaded with tkinter. It is the "simplest" of the GUI frameworks to get up an running (among Qt, WxPython, Kivy, etc). - -From the start of the PSG project, tkinter was not meant to be the only underlying GUI framework for PySimpleGUI. It is merely a starting point. All journeys begin with one step forward and choosing tkinter was the first of many steps for PySimpleGUI. Now there are 4 ports up and running - tkinter, WxPython, Qt and Remi (web support) - - -## Author -Mike - who wrote PySimpleGUI is not important. It's the software that's important - - -## License - -GNU Lesser General Public License (LGPL 3) + - -## Acknowledgments - -#### SORRY!! Will add these back. Lost due to file length limitation +tkinter is the "official" GUI that Python supports. It runs on Windows, Linux, and Mac. It was chosen as the first target GUI framework due to its ***ubiquity***. Nearly all Python installations, with the exception of Ubuntu Linux, \ No newline at end of file