From 9ded200133d08918a7bd4e7ca617056253590ab4 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 28 Jan 2019 21:50:44 -0500 Subject: [PATCH 1/9] readme.md updated from https://stackedit.io/ --- readme.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index f3a9a4e2..4e25475f 100644 --- a/readme.md +++ b/readme.md @@ -94,6 +94,10 @@ New for 2019, PySimpleGUIWeb. This is an exciting development! PySimpleGUI in The underlying framework supplying the web capability is the Python package Remi. https://github.com/dddomodossola/remi Remi provides the widgets as well as a web server for you to connect to. It's an exiting new platform to be running on and has temporarily bumped the WxPython port from the highest priority. PySimpleGUIWeb is the current high priority project. +# repl.it Version + +Want to really get your mind blown? Check out this [PySimpleGUI program](https://repl.it/@PySimpleGUI/PySimpleGUIWeb-Demos) running in your web browser. + # Support PySimpleGUI is an active project. Bugs are fixed, features are added, often. Should you run into trouble, open an issue on the GitHub site and you'll receive help by someone in the community. @@ -4987,8 +4991,8 @@ eyJoaXN0b3J5IjpbMjA4Mzk5NzUyMl19 --> \ No newline at end of file From 4296e1e29855cf87c1a1b35500680f89a13d708e Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 28 Jan 2019 21:52:22 -0500 Subject: [PATCH 2/9] readme.md updated from https://stackedit.io/ --- readme.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 4e25475f..4c2866fe 100644 --- a/readme.md +++ b/readme.md @@ -98,6 +98,11 @@ The underlying framework supplying the web capability is the Python package Remi Want to really get your mind blown? Check out this [PySimpleGUI program](https://repl.it/@PySimpleGUI/PySimpleGUIWeb-Demos) running in your web browser. +Thanks to the magic of repl.it and Remi it's possible to run PySimpleGUI code in a browser window without having Python running on your computer. + +The programs you write using repl.it will automatically download and install the la + + # Support PySimpleGUI is an active project. Bugs are fixed, features are added, often. Should you run into trouble, open an issue on the GitHub site and you'll receive help by someone in the community. @@ -4991,8 +4996,8 @@ eyJoaXN0b3J5IjpbMjA4Mzk5NzUyMl19 --> \ No newline at end of file From 7e62df8c71cc64a2b14da8f11132f20ee7e4abae Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 28 Jan 2019 21:53:58 -0500 Subject: [PATCH 3/9] readme.md updated from https://stackedit.io/ --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 4c2866fe..efe57228 100644 --- a/readme.md +++ b/readme.md @@ -100,7 +100,7 @@ Want to really get your mind blown? Check out this [PySimpleGUI program](https: Thanks to the magic of repl.it and Remi it's possible to run PySimpleGUI code in a browser window without having Python running on your computer. -The programs you write using repl.it will automatically download and install the la +The programs you write using repl.it will automatically download and install the latest PySimpleGUIWeb from PyPI onto a virtual Python environment. All that is requiresed is to type `import PySimpleGUIWeb` you're # Support @@ -4996,8 +4996,8 @@ eyJoaXN0b3J5IjpbMjA4Mzk5NzUyMl19 --> \ No newline at end of file From db1f8a3795e70013dd65761e807e49a558e19b36 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 28 Jan 2019 21:55:35 -0500 Subject: [PATCH 4/9] readme.md updated from https://stackedit.io/ --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index efe57228..d9810ad2 100644 --- a/readme.md +++ b/readme.md @@ -100,7 +100,9 @@ Want to really get your mind blown? Check out this [PySimpleGUI program](https: Thanks to the magic of repl.it and Remi it's possible to run PySimpleGUI code in a browser window without having Python running on your computer. -The programs you write using repl.it will automatically download and install the latest PySimpleGUIWeb from PyPI onto a virtual Python environment. All that is requiresed is to type `import PySimpleGUIWeb` you're +The programs you write using repl.it will automatically download and install the latest PySimpleGUIWeb from PyPI onto a virtual Python environment. All that is required is to type `import PySimpleGUIWeb` you'll have a Python environment up and running with the latest PyPI release of PySimpleGUIWeb. + +This is an exciting new development that's opening up all kinds of possibilities for new ways to program and learn PySimpleGUI. Stayed tuned, much more to be # Support @@ -4996,8 +4998,8 @@ eyJoaXN0b3J5IjpbMjA4Mzk5NzUyMl19 --> \ No newline at end of file From 619aeaf51117e103805a04d393f6f71a55f0c8d6 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 28 Jan 2019 21:58:43 -0500 Subject: [PATCH 5/9] readme.md updated from https://stackedit.io/ --- readme.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index d9810ad2..f607003c 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ ## Supports both Python 2.7 & 3 when using tkinter ## Supports both PySide2 and PyQt5 (limited support) -## PySimpleGUI source code can run either on Qt, tkinter, WxPython, Remi by changing only the import statement +## PySimpleGUI source code can run either on Qt, tkinter, WxPython, Web (Remi) by changing only the import statement @@ -52,6 +52,7 @@ [Docs in PDF Format](https://github.com/MikeTheWatchGuy/PySimpleGUI/tree/master/docs) +[Run live in a web browser using repl.it!](https://repl.it/@PySimpleGUI/PySimpleGUIWeb-Demos) Super-simple GUI to use... Powerfully customizable @@ -94,6 +95,8 @@ New for 2019, PySimpleGUIWeb. This is an exciting development! PySimpleGUI in The underlying framework supplying the web capability is the Python package Remi. https://github.com/dddomodossola/remi Remi provides the widgets as well as a web server for you to connect to. It's an exiting new platform to be running on and has temporarily bumped the WxPython port from the highest priority. PySimpleGUIWeb is the current high priority project. +Read on and you'll understand even more why this is an important project. + # repl.it Version Want to really get your mind blown? Check out this [PySimpleGUI program](https://repl.it/@PySimpleGUI/PySimpleGUIWeb-Demos) running in your web browser. @@ -102,7 +105,7 @@ Thanks to the magic of repl.it and Remi it's possible to run PySimpleGUI code in The programs you write using repl.it will automatically download and install the latest PySimpleGUIWeb from PyPI onto a virtual Python environment. All that is required is to type `import PySimpleGUIWeb` you'll have a Python environment up and running with the latest PyPI release of PySimpleGUIWeb. -This is an exciting new development that's opening up all kinds of possibilities for new ways to program and learn PySimpleGUI. Stayed tuned, much more to be +This is an exciting new development that's opening up all kinds of possibilities for new ways to program and learn PySimpleGUI. Stayed tuned, much more to be posted about this I'm sure. # Support @@ -4998,8 +5001,8 @@ eyJoaXN0b3J5IjpbMjA4Mzk5NzUyMl19 --> \ No newline at end of file From 66207904fc7f3bc304c6623c7fc95ddea367e459 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 28 Jan 2019 22:00:18 -0500 Subject: [PATCH 6/9] readme.md updated from https://stackedit.io/ --- readme.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index f607003c..ba8ea303 100644 --- a/readme.md +++ b/readme.md @@ -67,7 +67,6 @@ As of 9/25/2018 **both Python 3 and Python 2.7 are supported**! The Python 3 v # Qt Version -### Github Check out the new PySimpleGUI port to the Qt GUI Framework. You can learn more on the [PySimpleGUIQt GitHub site](https://github.com/MikeTheWatchGuy/PySimpleGUI/tree/master/PySimpleGUIQt). **There is a separate Readme file for the Qt version** that you'll find there. @@ -85,6 +84,8 @@ Your source code is completely portable from one platform to another by simply c # WxPython Version + [PySimpleGUIWx GitHub site](https://github.com/MikeTheWatchGuy/PySimpleGUI/tree/master/PySimpleGUIQt). **There is a separate Readme file for the Qt version** that you'll find there. + Started in late December 2018 PySimpleGUIWx started with the SystemTray Icon feature. This enabled the package to have one fully functioning feature that can be used along with tkinter to provide a complete program. The System Tray feature is complete and working very well. The Windowing code is coming together with Reads now operational which means Popups work. The elements are getting completed on a regular basis. 3 more were just checked in. At least 1 new element is getting completed a week. @@ -4995,14 +4996,10 @@ For Python questions, I simply start my query with 'Python'. Let's say you forg In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process. I'm not afraid of asking for help! You just have to be smart about using what you find. -The PySimpleGUI window that the results are shown in is an 'input' field which means you can copy and paste the results right into your code. +The PySimpleGUI window that the results are shown in is an 'input' field which m - - \ No newline at end of file From 51f002320e5fe28fbb0b7c2493a039340c9bf5a3 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 28 Jan 2019 22:01:53 -0500 Subject: [PATCH 7/9] readme.md updated from https://stackedit.io/ --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index ba8ea303..443d9ab6 100644 --- a/readme.md +++ b/readme.md @@ -84,19 +84,21 @@ Your source code is completely portable from one platform to another by simply c # WxPython Version - [PySimpleGUIWx GitHub site](https://github.com/MikeTheWatchGuy/PySimpleGUI/tree/master/PySimpleGUIQt). **There is a separate Readme file for the Qt version** that you'll find there. + [PySimpleGUIWx GitHub site](https://github.com/PySimpleGUI/PySimpleGUI/tree/master/PySimpleGUIWx). **There is a separate Readme file for the WxPython version**. Started in late December 2018 PySimpleGUIWx started with the SystemTray Icon feature. This enabled the package to have one fully functioning feature that can be used along with tkinter to provide a complete program. The System Tray feature is complete and working very well. The Windowing code is coming together with Reads now operational which means Popups work. The elements are getting completed on a regular basis. 3 more were just checked in. At least 1 new element is getting completed a week. -# Web Version +# Web Version (Remi) + + [PySimpleGUIWeb GitHub site](https://github.com/PySimpleGUI/PySimpleGUI/tree/master/PySimpleGUIWeb). **There is a separate Readme file for the Web version**. New for 2019, PySimpleGUIWeb. This is an exciting development! PySimpleGUI in your Web Browser! The underlying framework supplying the web capability is the Python package Remi. https://github.com/dddomodossola/remi Remi provides the widgets as well as a web server for you to connect to. It's an exiting new platform to be running on and has temporarily bumped the WxPython port from the highest priority. PySimpleGUIWeb is the current high priority project. -Read on and you'll understand even more why this is an important project. +Read on and you'll understand even more why this is an important project... # repl.it Version @@ -4996,9 +4998,9 @@ For Python questions, I simply start my query with 'Python'. Let's say you forg In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process. I'm not afraid of asking for help! You just have to be smart about using what you find. -The PySimpleGUI window that the results are shown in is an 'input' field which m +The PySimpleGUI win \ No newline at end of file From 117e524c4cea96d5e813cde3b599aba77d79ed2e Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Mon, 28 Jan 2019 22:05:07 -0500 Subject: [PATCH 9/9] readme.md updated from https://stackedit.io/ --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index eebc72fb..bd5046d8 100644 --- a/readme.md +++ b/readme.md @@ -108,7 +108,9 @@ Thanks to the magic of repl.it and Remi it's possible to run PySimpleGUI code in The programs you write using repl.it will automatically download and install the latest PySimpleGUIWeb from PyPI onto a virtual Python environment. All that is required is to type `import PySimpleGUIWeb` you'll have a Python environment up and running with the latest PyPI release of PySimpleGUIWeb. -This is an exciting new development that's opening up all kinds of possibilities for new ways to program and learn PySimpleGUI. Stayed tuned, much more to be posted about this in the near future. Educators in particular should be interested. Students can not inly +This is an exciting new development that's opening up all kinds of possibilities for new ways to program and learn PySimpleGUI. Stayed tuned, much more to be posted about this in the near future. + +Educators in particular should be interested. Students can not only post their homework easily for their teacher to access, but teachers can also run the students programs online. No downloading needed. Run it and check the results. # Support @@ -4996,9 +4998,9 @@ For Python questions, I simply start my query with 'Python'. Let's say you forg -In the hands of a competent programmer, this tool is **amazing**. It's a must-try kind of program that has completely changed my programming process. I'm not afraid of asking for help! +In the hands of a c