-
Book Overview & Buying
-
Table Of Contents
The Art of Doing: Create 10 Python GUIs with Tkinter Today!
By :
The Art of Doing: Create 10 Python GUIs with Tkinter Today!
By:
Overview of this book
Have you learned the fundamentals of Python and then asked yourself “What next?”. If so, consider taking this course, which will help you create your own Python GUI applications.
The course starts with the installation process of Python on your machines and then takes you through the basics of GUI widgets. Once you are settled down, you will learn the concepts of Python by building interesting applications such as Metric Helper, Color Theme Maker, Morse Code Translator, Simon Memory Game, and a lot more. By building these applications, you will learn how to manage the application layout, understand the functionality of the call APIs, and will find out how to create stand-alone executable files that will run on any Windows machine.
By the end of this course, you will be well-versed with the fundamentals of GUI application development using Python’s Tkinter library.
The code bundle for this course is available at https://github.com/PacktPublishing/The-Art-of-Doing-Create-10-Python-GUIs-with-Tkinter-Today
Table of Contents (14 chapters)
Introduction
The Basics
Application 0: Hello GUI World
Application 1: Metric Helper
Application 2: Simple Checklist
Application 3: Simple Calculator
Application 5: Color Theme Maker
Application 6: Morse Code Translator
Application 7: Simon Memory Game
Application 8: Gravity Simulation
Application 9: Weather Forecast
App 10: Astronomy Picture of the Day (APOD Viewer)
Create Your Executable Files Using "Auto Py To Exe"