Skip to content
Play overlay
Preview this course

GUI Programming in Python

Self-paced videos, Lifetime access, Study material, Certification prep, Technical support, Course Completion Certificate

Provided by Uplatz

Summary

Price
£12 inc VAT
Study method
Online, On Demand What's this?
Duration
25.3 hours · Self-paced
Qualification
No formal qualification
Certificates
  • Certificate of completion - Free
  • Reed courses certificate of completion - Free

2 students purchased this course

Add to basket or enquire

Overview

Uplatz provides this comprehensive course on GUI Programming in Python using Tkinter. It is a self-paced video course. You will be awarded Course Completion Certificate at the end of the course.

Python Tkinter GUI toolkit is a distributed python module developed to create user interaction (like value entry, uploading CSV files, etc) to the script without using python IDLE.
It is a cross-platform, stable, reliable, and easy to learn package.it has a variety of commonly used GUI elements(like buttons, menus, labels, entry areas, etc) which are used to build the graphical interface. these elements are called Widgets.

With so much emphasis on web, mobile, and server-side programming, the development of simple desktop GUI applications seems increasingly like a lost art; many otherwise experienced developers have never learned to create one. What a tragedy! Desktop computers still play a vital role in work and home computing, and the ability to build simple, functional applications for this ubiquitous platform should be a part of every software developer's toolbox. Fortunately, for Python coders, that ability is well within reach thanks to Tkinter.

Python coders who want to build a GUI have several toolkit options to choose from; unfortunately, Tkinter is often maligned or ignored as a legacy option. To be fair, it's not a glamorous technology that you can describe in trendy buzzwords and glowing hype. However, Tkinter is not only adequate for a wide variety of applications.
Tkinter: It is easiest to start with. Tkinter is Python's standard GUI (graphical user interface) package. It is the most commonly used toolkit for GUI programming in Python.

Certificates

Certificate of completion

Digital certificate - Included

Course Completion Certificate by Uplatz

Reed courses certificate of completion

Digital certificate - Included

Will be downloadable when all lectures have been completed

Curriculum

1
section
65
lectures
25h 18m
total
    • 1: TKINTER BASICS - part 1 Preview 40:44
    • 2: TKINTER BASICS - part 2 14:33
    • 3: TKINTER BASICS - part 3 21:14
    • 4: TKINTER BASICS - part 4 22:16
    • 5: TKINTER BASICS - part 5 19:51
    • 6: TKINTER BASICS - part 6 33:14
    • 7: TKINTER BASIC PROGRAMMING - part 1 08:20
    • 8: TKINTER BASIC PROGRAMMING - part 2 27:02
    • 9: TKINTER BASIC PROGRAMMING - part 3 27:46
    • 10: TKINTER BASIC PROGRAMMING - part 4 27:15
    • 11: TKINTER BASIC PROGRAMMING - part 5 22:21
    • 12: TKINTER BASIC PROGRAMMING - part 6 11:35
    • 13: TKINTER BASIC PROGRAMMING - part 7 29:38
    • 14: TKINTER BASIC PROGRAMMING - part 8 17:52
    • 15: TKINTER BASIC PROGRAMMING - part 9 18:53
    • 16: GUI PROGRAMMING - part 1 29:26
    • 17: GUI PROGRAMMING - part 2 29:19
    • 18: GUI PROGRAMMING - part 3 20:43
    • 19: GUI PROGRAMMING - part 4 38:06
    • 20: GUI PROGRAMMING - part 5 17:24
    • 21: GUI PROGRAMMING - part 6 15:08
    • 22: GUI PROGRAMMING - part 7 20:52
    • 23: GUI PROGRAMMING - part 8 21:53
    • 24: GUI PROGRAMMING - part 9 25:08
    • 25: GUI PROGRAMMING - part 10 22:42
    • 26: GUI PROGRAMMING - part 11 29:14
    • 27: GUI PROGRAMMING - part 12 16:32
    • 28: GUI PROGRAMMING - part 13 16:52
    • 29: GUI PROGRAMMING - part 14 14:03
    • 30: GUI PROGRAMMING - part 15 33:12
    • 31: GUI PROGRAMMING - part 16 22:16
    • 32: GUI PROGRAMMING - part 17 15:05
    • 33: GUI PROGRAMMING - part 18 05:23
    • 34: GUI PROGRAMMING - part 19 08:15
    • 35: GUI PROGRAMMING - part 20 19:42
    • 36: TKINTER FRAMES 10:59
    • 37: TKINTER LISTBOX - part 1 35:47
    • 38: TKINTER LISTBOX - part 2 09:30
    • 39: TKINTER LISTBOX - part 3 11:35
    • 40: TKINTER LISTBOX - part 4 13:45
    • 41: TKINTER MENUBUTTON 20:06
    • 42: TKINTER MENU WIDGET 29:28
    • 43: TKINTER MESSAGE WIDGET 08:39
    • 44: TKINTER MESSAGEBOX WIDGET 17:57
    • 45: TKINTER RADIOBUTTON WIDGET 33:31
    • 46: TKINTER SCALE WIDGET 25:34
    • 47: TKINTER SCROLLBAR WIDGET 19:34
    • 48: TKINTER TOPLEVEL WIDGET 24:44
    • 49: TKINTER PANEDWINDOW WIDGET 15:17
    • 50: TKINTER LABELFRAME WIDGET 30:44
    • 51: SCROLLBAR WIDGET 22:15
    • 52: CALCULATRO APP USING TKINTER - part 1 40:41
    • 53: CALCULATRO APP USING TKINTER - part 2 22:52
    • 54: CALCULATRO APP USING TKINTER - part 3 31:31
    • 55: CALCULATRO APP USING TKINTER - part 4 24:45
    • 56: LOAN AMOUNT CALCULATOR USING TKINTER - part 1 33:37
    • 57: LOAN AMOUNT CALCULATOR USING TKINTER - part 2 36:44
    • 58: AGE CALCULATOR APP - part 1 26:46
    • 59: AGE CALCULATOR APP - part 2 12:22
    • 60: AGE CALCULATOR APP - part 3 33:00
    • 61: AGE CALCULATOR APP - part 4 37:57
    • 62: PERCENTILE CALCULATOR APP - part 1 28:26
    • 63: PERCENTILE CALCULATOR APP - part 2 49:41
    • 64: PERCENTILE CALCULATOR APP - part 3 01:14
    • 65: COMPOUND INTEREST CALCULATOR APP 44:25

Course media

Description

GUI Programming using 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. CALCULATRO APP USING TKINTER
7. AGE CALCULATOR APP
8. PERCENTILE CALCULATOR APP
9. COMPOUND INTEREST CALCULATOR APP

Who is this course for?

Everyone

Requirements

Passion and determination to achieve your goals!

Career path

  • Python GUI Programmer
  • Software Developer
  • UX Designer
  • GUI development suite-Developer
  • Sr. GUI Developer
  • GUI Application Programmer

Questions and answers

Currently there are no Q&As for this course. Be the first to ask a question.

Reviews

Currently there are no reviews for this course. Be the first to leave a review.

Provider

Uplatz

Uplatz is leading global provider of IT & Technology training.

We have a strong network of qualified and experienced tutors. Uplatz provides training on cutting-edge technologies such as Data Science, Machine Learning, AWS, Microsoft Azure, Google Cloud, IBM Cloud, Data Engineering, Python, R, Java, SAP, Oracle, SAS, Salesforce, Web Development Stack, JavaScript, ReactJS, AngularJS, NodeJS, JSP & Java Servlets, MongoDB, BI Tools such as Tableau, Spotfire, Power BI, DW & ETL tools such as Informatica, IBM DataStage, Talend, DevOps, Project Management, Software Testing, and many more. 

We provide training courses in both online formats - 1) live tutor-led, 2) self-paced videos

We feel proud to say that we are making learning affordable by keeping prices of all our courses very low. Our course prices are listed at almost 90% discounted rate from average market price.

 

Our Vision

  • To become a global leader in the learning sector by providing training on job-oriented technologies 

 

Our Mission

  • To provide high-quality training on industry-demanded technologies
  • To make learning affordable for the masses by keeping our prices extremely low
  • To help our talented students get a high-paying job in the market

 

Will I get a Certificate of Course Completion?

Course Completion Certificate is awarded by Uplatz

 

What are your top courses?

  • Data Science
  • Machine Learning
  • Cloud Computing - AWS, Azure, Google Cloud, IBM Cloud, and more
  • Data Engineering
  • SAP modules such as S/4HANA Finance, EWM, TRM, FICO, BPC, HCM, WM, MM, PP, PM, QM, SD, TRM, SuccessFactors, UI5 and Fiori, S/4HANA Logistics, TM, etc.
  • Oracle
  • SAS
  • Salesforce
  • BI Tools - Tableau, Power BI, Spotfire, MicroStrategy, etc.
  • DW & ETL Tools - Informatica, Talend, IBM DataStage, etc.
  • Project Management & DevOps
  • Software Testing
  • Digital Marketing & SEO

 

Will I be provided study material, tutor notes and practice assignments?

Uplatz provides tutor notes, practice assignments, practice sessions, and a lot of useful study material for free. This will help you in job interviews and certification exams.

 

In case of tutor-led online training, will I have access to the recorded sessions? 

Yes. All live classes get recorded and life-time access on the recordings is provided.

 

Course Search and Enrollment

Simply search the course of your choice! We have a portfolio of more than 1000 courses with the premium ones highlighted clearly. Just search for the course that you want to take or simply use our online course finding tool to help you choose the best courses as per your needs and market demand.

 

Uplatz differentiates itself by providing extremely affordable learning to all and that too in the comfort of their homes.
Just contact us for a customized quote, your preferable timings, your affordability, and we'll work out the best course for you that will provide you not only a great return on investment but also to help you get a job with a premium salary. We'll also get you prepared for the certification exams.

View Uplatz profile

FAQs

Interest free credit agreements provided by Zopa Bank Limited trading as DivideBuy are not regulated by the Financial Conduct Authority and do not fall under the jurisdiction of the Financial Ombudsman Service. Zopa Bank Limited trading as DivideBuy is authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority, and entered on the Financial Services Register (800542). Zopa Bank Limited (10627575) is incorporated in England & Wales and has its registered office at: 1st Floor, Cottons Centre, Tooley Street, London, SE1 2QG. VAT Number 281765280. DivideBuy's trading address is First Floor, Brunswick Court, Brunswick Street, Newcastle-under-Lyme, ST5 1HH. © Zopa Bank Limited 2025. All rights reserved.