My talk, Creating GUIs with PySimpleGUI, is up on YouTube. I gave this talk to the SFPython / PyBay groups in January 2022.

I used Jupyter Notebook for the slides of this talk. All the slides and example code are available in my GitHub Talks repo.

 

You can learn more about PySimpleGUI in the following articles:

PySimpleGUI – An Intro to Laying Out Elements

PySimpleGUI: Using an Image as a Button

PySimpleGUI – How to Draw Shapes on an Image with a GUI

A Brief Intro to PySimpleGUI

The post Creating GUIs with PySimpleGUI (Video) appeared first on Mouse Vs Python.

Categories: Python