Mike Barnett

Authored Comments

PySimpleGUI is a new one that's great for beginners and intermediate GUIs. Runs on Python3 on Windows, Mac, Linux, pypy, Raspberry Pi. Anywhere tkinter runs PySimpleGUI should run.

It's a wrapper around tkinter that presents the programmer with a very Python-like interface. GUIs are simple lists of GUI Widgets. Results from a GUI is a list of return values.

pip install PySimpleGUI