Learn PythonPythonPython GUIVideos

Learn Python GUI With How To Resize Entry Box By Height Video

Tkinter is the default Python GUI toolkit. There is no need to install a separate program because it is already available in Python and you just have to import the module. Interestingly, Tkinter comes with a simple widget system that allows you to create simple GUI applications fast and easily. You get full control of the elements you want to be added to your software using a simple line of codes…
Read more
Learn PythonPythonPython GUIVideos

Everything You Need To Create A Python GUI Using Tkinter

John Elder of Codemy.com is back to teach us how to create a really great Python GUI, graphical user interfaces, with Python and Tkinter. In case you have missed his 5-hour long full course tutorial about Tkinter, this video is actually the first part of his tutorial. If you’re not ready yet to go on a full course tutorial and you prefer to learn Tkinter step by step, this is the right video…
Read more
Learn PythonPythonPython GUIVideos

How To Make A Python Desktop App Dynamically Resize Windows

Although we can easily set geometry parameters in Tkinter to define the size of our windows in a Python desktop app, we can also add additional functionality that will allow us to resize the window dynamically. Is it possible for the users to update the size of the window when the program is already running? In this video, John Elder of Codemy will teach us various ways to do it. Since the…
Read more
Learn PythonPythonPython GUIVideos

How To Make Text Widgets Show Bold And Italics In Python GUI

John Elder of Codemy recently started a project where we will build an interactive text editor. The tutorial was divided into multiple parts where John will teach us how to build this simple Python GUI app from scratch. The previous videos taught us to build the widget and add some common functionalities to it including the ability to open and save files to a directory. This time, we will learn…
Read more