Site icon Python GUI

How To Program A Python GUI Application With Tkinter

maxresdefault 38

Python is considered to be one of the most popular programming languages today along with C++ and JavaScript. It is also a top choice among beginners due to its overall simplicity. Interestingly, this is the same thing we can say about its default Python GUI toolkit, Tkinter. It is the standard Python interface and a built-in module that allows you to create GUI applications surprisingly easy and quick. It is also the reason why Tkinter is among the most widely used Python GUI toolkits today.

Interestingly, in this learn Python video, we will not just be introduced to Tkinter but we will get a full course tutorial on how to create our very own Graphical User Interface application using Python and Tkinter. In this video, Keith Galli will walk us through the process of creating a simple yet fully-functioning Weather App. He will discuss all the basics of every Tkinter app. The tutorial will also highlight proper widget placements and customizing them based on your preferences. To make this Weather app work, Keith will also guide us through connecting the project to the Weather API and as well as making the app executable using the PyInstaller! If you want to learn more about how to program a GUI application, feel free to watch the video below.

Exit mobile version