GUI Programming in Python using Tkinter and App Development

Master Python GUI Programming using Tkinter. Understand and develop Tkinter Widgets and useful Apps such as calculators.

3.67 (3 reviews)
Udemy
platform
English
language
Programming Languages
category
instructor
GUI Programming in Python using Tkinter and App Development
44
students
25.5 hours
content
Oct 2020
last update
$34.99
regular price

What you will learn

Deep understanding of GUI Programming in Python

Become a top Python GUI Programmer with mastery over Tkinter

Use geography managers to lay out the GUI

Modules and processes used in Python GUI Toolkits

What is Tkinter and how it works?

Installing and configuring Tcl/TK

Tkinter Fundamentals - main event loop, widgets, windows

Setting up Tkinter library

Tkinter and Python GUI Toolkits

Expanding a GUI dynamically

Localizing a GUI and preparing for internationalization

Tkinter Basic Programming

Tkinter Widgets

Developing a Basic Tkinter Widget - Creating text input with labels, Creating buttons, Using grid layouts, Using boxes

Widget Organization - Gathering widgets in a frame and a tabbed notebook, Creating a window, Separating widgets with windows

Organize widgets inside of frames

Create your first window

Build a GUI application with Python Tkinter - Creating a design, Developing the app, Binding events

Build apps such as Age Calculator, Percentile Calculator, Financial Calculators, and more

Why take this course?

A warm welcome to the GUI Programming in Python using Tkinter and App Development course by Uplatz.


Python programming suite provides a large number of GUI frameworks (or toolkits), from Tkinter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (native) technologies.

Python supports various options for developing graphical user interfaces (GUIs). Most important are listed below.

  • Tkinter − Tkinter is the Python interface to the Tk GUI toolkit shipped with Python.

  • wxPython − This is an open-source Python interface for wxWindows.

  • JPython − JPython is a Python port for Java which gives Python scripts seamless access to Java class libraries on the local machine.

In summary, Python has a lot of GUI frameworks, but Tkinter is the only framework which is built into the Python standard library. Tkinter has several strengths. It’s cross-platform, so the same code works on Windows, macOS, and Linux. Visual elements are rendered using native operating system elements, so applications built with Tkinter look like they belong on the platform where they’re run.

Tkinter is lightweight and relatively painless to use compared to other frameworks. This makes it a compelling choice for building GUI applications in Python, especially for applications where a modern sheen is unnecessary, and the top priority is to build something that’s functional and cross-platform quickly.


Uplatz provides this comprehensive training on GUI Programming in Python with Tkinter. The Python GUI Programming course covers the basics of Tkinter, programming with Tkinter, concept of GUI programming, using Tkinter for GUI programming, creating and managing Tkinter widgets, creating useful apps using Tkinter, and more.


Course Objectives

  • Get started with Tkinter with a basic application

  • Work with widgets, such as buttons and text boxes

  • Control your application layout with geometry managers

  • Make your applications interactive by associating button clicks to Python functions


Tkinter Programming

Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.

Creating a GUI application using Tkinter is an easy task. The following steps need to be followed:

  • Import the Tkinter module.

  • Create the GUI application main window.

  • Add one or more of the above-mentioned widgets to the GUI application.

  • Enter the main event loop to take action against each event triggered by the user.


Tkinter Widgets

Tkinter provides various controls, such as buttons, labels and text boxes used in a GUI application. These controls are commonly called widgets.

There are currently 15 types of widgets in Tkinter.


GUI Programming in Python with Tkinter - Course Syllabus

1. TKINTER BASICS

2. TKINTER PROGRAMMING

3. GUI PROGRAMMING

4. TKINTER WIDGETS

  • TKINTER LISTBOX

  • TKINTER BUTTON

  • TKINTER CHECKBUTTON

  • TKINTER ENTRY

  • TKINTER FRAME

  • TKINTER MENUBUTTON

  • TKINTER MENU WIDGET

  • TKINTER MESSAGE WIDGET

  • TKINTER MESSAGEBOX WIDGET

  • TKINTER RADIOBUTTON WIDGET

  • TKINTER SCALE WIDGET

  • TKINTER SCROLLBAR WIDGET

  • TKINTER TEXT

  • TKINTER TOPLEVEL WIDGET

  • TKINTER SPINBOX

  • TKINTER PANEDWINDOW

  • TKINTER LABELFRAME

  • TKINTER tkMESSAGEBOX

  • TKINTER PANEDWINDOW WIDGET

  • TKINTER LABELFRAME WIDGET

  • TKINTER SCROLLBAR WIDGET

5. GEOMETRY MANAGEMENT

  • TKINTER pack() METHOD

  • TKINTER grid() METHOD

  • TKINTER place() METHOD

6. CALCULATOR APP USING TKINTER

7. AGE CALCULATOR APP

8. PERCENTILE CALCULATOR APP

9. COMPOUND INTEREST CALCULATOR APP

Content

Tkinter Basics

Tkinter Basics - part 1
Tkinter Basics - part 2
Tkinter Basics - part 3
Tkinter Basics - part 4
Tkinter Basics - part 5
Tkinter Basics - part 6

Tkinter Basic Programming

Tkinter Basic Programming - part 1
Tkinter Basic Programming - part 2
Tkinter Basic Programming - part 3
Tkinter Basic Programming - part 4
Tkinter Basic Programming - part 5
Tkinter Basic Programming - part 6
Tkinter Basic Programming - part 7
Tkinter Basic Programming - part 8
Tkinter Basic Programming - part 9

GUI Programming

GUI Programming - part 1
GUI Programming - part 2
GUI Programming - part 3
GUI Programming - part 4
GUI Programming - part 5
GUI Programming - part 6
GUI Programming - part 7
GUI Programming - part 8
GUI Programming - part 9
GUI Programming - part 10
GUI Programming - part 11
GUI Programming - part 12
GUI Programming - part 13
GUI Programming - part 14
GUI Programming - part 15
GUI Programming - part 16
GUI Programming - part 17
GUI Programming - part 18
GUI Programming - part 19
GUI Programming - part 20

Tkinter Widgets

Tkinter FRAMES
Tkinter LISTBOX - part 1
Tkinter LISTBOX - part 2
Tkinter LISTBOX - part 3
Tkinter LISTBOX - part 4
Tkinter MENUBUTTON
Tkinter MENU Widget
Tkinter MESSAGE Widget
Tkinter MESSAGEBOX Widget
Tkinter RADIOBUTTON Widget
Tkinter SCALE Widget
Tkinter SCROLLBAR Widget
Tkinter TOPLEVEL Widget
Tkinter PANEDWINDOW Widget
Tkinter LABELFRAME Widget
SCROLLBAR Widget

CALCULATRO APP using Tkinter

CALCULATRO APP using Tkinter - part 1
CALCULATRO APP using Tkinter - part 2
CALCULATRO APP using Tkinter - part 3
CALCULATRO APP using Tkinter - part 4

LOAN AMOUNT CALCULATOR using Tkinter

LOAN AMOUNT CALCULATOR using Tkinter - part 1
LOAN AMOUNT CALCULATOR using Tkinter - part 2

AGE CALCULATOR APP using Tkinter

AGE CALCULATOR APP using Tkinter - part 1
AGE CALCULATOR APP using Tkinter - part 2
AGE CALCULATOR APP using Tkinter - part 3
AGE CALCULATOR APP using Tkinter - part 4

PERCENTILE CALCULATOR APP using Tkinter

PERCENTILE CALCULATOR APP using Tkinter - part 1
PERCENTILE CALCULATOR APP using Tkinter - part 2
PERCENTILE CALCULATOR APP using Tkinter - part 3

COMPOUND INTEREST CALCULATOR APP using Tkinter

COMPOUND INTEREST CALCULATOR APP using Tkinter

Charts

Price

GUI Programming in Python using Tkinter and App Development - Price chart

Rating

GUI Programming in Python using Tkinter and App Development - Ratings chart

Enrollment distribution

GUI Programming in Python using Tkinter and App Development - Distribution chart
3523844
udemy ID
9/24/2020
course created date
10/7/2020
course indexed date
Bot
course submited by