- Oct 11, 2018
- 1,147
- 1,022
So the point of this post is to show you an easy way to make GUI's with Python. This is one of the libraries that I use often as well. It makes it super easy in order to create your own interfaces compared to something like TKinter which is ancient (yet this GUI package is based on it 
From the documentation: Python GUI For Humans - Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces
In case you're new to Python, this page shows you how to set it up: https://www.python.org/about/gettingstarted/
Here's the documentation for it: https://pysimplegui.readthedocs.io/en/latest/#jump-start
From the documentation: Python GUI For Humans - Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces
In case you're new to Python, this page shows you how to set it up: https://www.python.org/about/gettingstarted/
Here's the documentation for it: https://pysimplegui.readthedocs.io/en/latest/#jump-start