Whatever applications you are working on, creating a Python GUI plays a crucial role because it is the very first thing the users will see. Tkinter is the default GUI toolkit for Python and probably the easiest one to deal with. It comes with a widget system where you can just input various elements using simple line of commands. In this video, we will learn something new and unique.
In case you need interactive panels for your app, what you need is to input a so-called Paned Window widget. Paned windows allow you to create panels in your gui app that can be resized while your program is running. Users can drag and drop to resize them however they want. John of Codemy will teach us how to stylized these panels and make them more visually appealing. Feel free to watch this Python Tkinter GUI tutorial below.