1 line
552 KiB
JSON
1 line
552 KiB
JSON
|
{"config":{"lang":["en"],"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"tkinter tkinter 2.7 Qt WxPython Web (Remi) PySimpleGUI Supports both Python 2.7 & 3 when using tkinter Supports both PySide2 and PyQt5 (limited support) Effortlessly move across tkinter, Qt, WxPython, and the Web (Remi) by changing only the import statement The only way to write both desktop and web based GUIs at the same time Announcements of Latest Developments ReadTheDocs COOKBOOK! Brief Tutorial Latest Demos and Master Branch on GitHub Docs in PDF Format Repl.it Home for PySimpleGUI Super-simple GUI to use... Powerfully customizable Home of the 1-line custom GUI & 1-line progress meter The native GUI framework for perfectionists with deadlines Actively developed and supported (It's 2019 and still going strong) Note regarding Python versions As of 9/25/2018 both Python 3 and Python 2.7 are supported ! The Python 3 version is named PySimpleGUI . The Python 2.7 version is PySimpleGUI27 . They are installed separately and the imports are different. See instructions in Installation section for more info. Qt Version Check out the new PySimpleGUI port to the Qt GUI Framework. You can learn more on the PySimpleGUIQt GitHub site . There is a separate Readme file for the Qt version that you'll find there. Give it a shot if you're looking for something a bit more \"modern\". PySimpleGUIQt is currently in Alpha. All of the widgets are operational but some may not yet be full-featured. If one is missing and your project needs it, log an Issue and you'll likely get priority support. Here is a summary of the Qt Elements Are there enough things on there to cover your GUI solution? Source code compatibility Your source code is completely portable from one platform to another by simply changing the import statement. WxPython Version PySimpleGUIWx GitHub site . 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 (Remi) PySimpleGUIWeb GitHub site . 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... repl.it Version Want to really get your mind blown? Check out this PySimpleGUI program 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 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 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. Depending on how you're vie
|