How to Build User Interfaces with Python — Tkinter Widgets — Part. 3

Esteban Thilliez
Tech Tavern
Published in
4 min readOct 14, 2022

--

How to Build User Interfaces with Python — Tkinter Widgets — Part. 3
Photo by Brett Jordan on Unsplash

This story follows the User Interfaces series. If you have missed the last Tkinter story, you can find it here:

If you’ve followed the series, you should now know a lot of widgets. But there are still a few remaining. We’ll deal with these in this story.

If you want, you can find the code of the story on GitHub. Else, the code we start with is:

Paned Window

A PanedWindow is a window containing widgets and including a slideable separator.

You can set its orient parameter to specify whether the PanedWindow should be horizontal or vertical.

Then, you can just add your widgets to the window, and they will stack in a way depending on your window’s orientation.

--

--

Esteban Thilliez
Tech Tavern

I’m Esteban, and I enjoy writing about programming, trading, productivity, knowledge management, books, etc! esteban-thilliez.com / contact@esteban-thilliez.com