
Master Tkinter by building five fully functioning GUI apps in Python, including a food price app, a word/file counter, a python ID app, a calculator, and an email sender.
Learn to create Tkinter buttons, assign a command to print a name, and display it with a label in a window sized by geometry.
Type text into the entry, press the button, and display the input in the designated area to learn reading entry input and updating the interface in your Tkinter app.
Fix the radio button issue in a Tkinter app by changing the default value from a string to integers and setting a zero-based default to control which option is selected.
Define a cal_price function connected to a Tkinter button that reads the selected radio button and input, converts to int, multiplies by a set price, and updates the result display.
This lecture teaches implementing a Tkinter file counter app by creating an entry, three buttons, and a text field, while embracing the dry principle to avoid code repetition.
Build a basic calculator in Tkinter by organizing the main window into four frames, then add input fields, a line of buttons, and a result area for multiply and divide.
Learn to add two labeled entries in a Tkinter frame, align labels to the left, adjust backgrounds, and duplicate components to create a two-number input interface.
Extend a Tkinter calculator by enabling minus, multiply, and divide operations through code copies and function implementations, including a divide-by-zero check and an error message for invalid input.
Start implementing the final project and review the core Tkinter widgets, including labels, entry fields, buttons, and text fields, drawing on lessons from the series.
In this course, I will go over the basics of Tkinter in the second section. After we are done with the basics, we are going to build five fully functioning applications. Building these five fully functioning applications with me will ensure that you became a Tkinter master. There is nothing worst then creating an application that you cannot use. Because of this, I created a video in the end of the course showing you how you can turn your python code into an app. This course is going to be engaging and entraining. I promise that by the end of this course you will have the knowledge to create your own personal Tkinter app.