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-GU…
Create a NASA Astronomy Picture of the Day (APOD) application
Create a Morse Code application to convert and play messages in Morse code
Create a calculator application to help with basic mathematics
Create a color application to create your own color pallets
Create a notepad application to write your own thoughts
Package your Python scripts into executable files