Basic Tkinter Widgets
  • Creating Your First GUI Application
  • Using Labels
  • Using Buttons
  • Using an Entry Widget
  • Grid Layout
  • Using CheckBoxes
  • Radio Buttons
  • ComboBox
  • SpinBox
  • MessageBox
  • Text Editor
  • Place Geometry Manager
  • Frames
Advanced Tkinter Widgets
  • ProgressBar
  • PanedWindow widget
  • Tabs
  • ListBox Widget
  • Using Images
  • How to Create a Menu for Our Apps
  • How to Create the TreeView Widget
  • Creating a Scrollbar
  • Using the Canvas Widget
  • Using Style for Our Apps
  • Using Open file Dialog
  • Save File Dialog
  • Color Dialog
Calculator APP
  • Creating App Window and Buttons
  • Creating Operator Buttons of Calculator
  • Other App Buttons
  • Creating Status Bar and Operator Function
Address Book APP
  • What we are Going to Build
  • Creating App's Main Window
  • Creating Main Window Buttons
  • Creating my People Window
  • Creating Design of my People Window
  • Creating Design of Add People Window
  • Adding People to Database
  • Displaying People
  • Updating Person Part1
  • Updating Person Part2
  • Display Person Window
  • Deleting Person from Database
  • Creating About us Window and Finishing the Project
Library Management System APP
  • What we will Build
  • Creating Main Window Design
  • Creating Main Window Design Part2
  • Creating Main Window Design Part3
  • Creating Main Window Design Part4
  • Creating sqlite Database for App
  • Adding Books to Database
  • Adding Books to Database Part 2
  • Adding Members to Database
  • Displaying Books
  • Searching in Database
  • Listing Books
  • Creating Statistics Window
  • Updating ListBox
  • Lend Book Window Part1
  • Lend Book Window Part2
Text Editor App
  • What we will Build
  • Creating Main Template
  • Creating File Menu
  • Creating Edit Menu
  • Creating View Menu
  • Creating Themes Menu
  • Creating Text Editor
  • Creating StatusBar
  • Creating Toolbar
  • Creating Font Family and FontSize functions
  • Creating Text bold Function
  • Creating Text italic Function
  • Creating Text Underline Function
  • Creating Functions for Text Alignment Buttons
  • Displaying How Many Letters and Words in Text Editor
  • Creating New Menu Item Function
  • Creating Open Menu Item Function
  • Creating Save Menu Item Function
  • Creating Save as Menu Item Function
  • Creating Exit Menu Function
  • Creating Edit Menu Functions
  • Creating Themes for the Application
  • Creating Find Dialog Window Design
  • Creating Find Dialog Window Functions
  • Updating ScrollBar
  • Creating View Menu Functions
Extra Information - Source code, and other stuff
  • Source Codes
  • Bonus Lecture and Information