The Python Papers

The Python Papers

Share this post

The Python Papers
The Python Papers
PySimpleGUI – An Intro to Laying Out Elements
Copy link
Facebook
Email
Notes
More

PySimpleGUI – An Intro to Laying Out Elements

Mike Driscoll's avatar
Mike Driscoll
Jun 26, 2024
∙ Paid
5

Share this post

The Python Papers
The Python Papers
PySimpleGUI – An Intro to Laying Out Elements
Copy link
Facebook
Email
Notes
More
1
Share

PySimpleGUI is a Python GUI that wraps other Python GUI toolkits (Tkinter, PySide, wxPython). By abstracting away the complexities of the other GUIs into a common API, you can quickly write code that can be rendered using any of those other toolkits just by changing the import at the top of your program.

If you were to use wxPython and you wanted to layo…

Keep reading with a 7-day free trial

Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.

Already a paid subscriber? Sign in
© 2025 Mike Driscoll
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More