Intro To TKinter for Python GUI Apps
Created by John Elder, Last Updated 04-Jul-2020, Language:English
Intro To TKinter for Python GUI Apps
Build Graphical User Interface Apps with Python and TKinter The Fast and Easy Way!
Created by John Elder, Last Updated 04-Jul-2020, Language:English
What Will I Get ?
- Introductory TKinter
- How to Build Basic Apps With TKinter and Python
- Download and Install Python
- Create Executable .exe Apps
Requirements
- No special tools are necessary to take this course
- A Basic Understanding of Python Is Helpful
Description
In this course I'll teach you how to make graphical user interfaces for Python using TKinter. You'll be surprised just how quickly you can create some pretty cool looking apps!
I'll show you the ins and outs of tKinter, and then I'll show you how to package your app as an .exe file that you can share with others!
We'll start out by learning all about the main TKinter widgets. Everything in tKinter is a widget...from labels, to buttons, input boxes, and more.
After we've learned all the major Widgets, we'll build a fun Math Flashcard app. Our app will have addition, subtraction, multiplication, and division flashcards.
If you've ever wanted to create GUI apps with Python, this is the course for you!
Who this course is for:
- This course is aimed towards absolute beginners who want to learn the to build Apps With TKinter and Python
- Anyone wanting to learn to build apps
Course Content
-
Introduction
5 Lectures 00:22:21-
Introduction
00:02:41 -
Install Python
Preview00:03:43 -
Install Gitbash and Sublime
00:05:31 -
Set Up A Virtual Environment
00:04:04 -
Hello World
Preview00:06:22
-
-
TKinter Widgets
30 Lectures 02:40:43-
Labels
Preview00:05:11 -
Label Options
00:06:22 -
Pack Vs. Grid
00:04:45 -
Grid Options
00:03:49 -
Buttons
00:04:22 -
Input Entry Boxes
00:04:54 -
Icons
00:04:06 -
Images
00:06:12 -
Pack Forget and Destroy
00:05:31 -
Menus Part 1
00:05:09 -
Menus Part 2
00:03:52 -
Frames
00:07:07 -
Frames and Menus
00:03:51 -
Hiding and Showing Menu Frames
00:03:45 -
Status Bar
00:06:53 -
Radio Buttons
00:07:21 -
Check Buttons
00:06:58 -
Pop Up Message Box
00:05:57 -
Pop Up Box Response
00:05:52 -
ComboBoxes
00:06:02 -
New Windows
00:06:05 -
New Windows Hide And Kill
00:06:16 -
Images in New Windows
00:05:00 -
Open Files Dialog Box
00:05:44 -
Open Dialog Box Image To Screen
00:05:45 -
Grid Forget Part 1
00:05:14 -
Grid Forget Part 2
00:04:23 -
Color Picker Part 1
00:05:53 -
Color Picker Part 2
00:03:06 -
Standalone exe file!
00:05:18
-
-
Let's Build A Flashcard App!
13 Lectures 01:10:23-
Flashcard App Intro
00:04:54 -
Flashcard App Frames
00:05:37 -
Flashcard App GUI
00:05:59 -
Flashcard App Random Number IntVar()
00:04:28 -
Flashcard App Answer Message
00:07:02 -
Flashcard App Better Answer Message
00:04:51 -
Flashcard App Generate New Random Numbers
00:06:32 -
Flashcard App Subtraction
00:05:36 -
Flashcard App Multiplication
00:04:43 -
Flashcard App Division
00:06:57 -
Flashcard App Destroying Frame Children with winfo_children
00:05:06 -
Flashcard App Start Screen
00:04:11 -
Flashcard App Start Screen Part 2
00:04:27
-