This is the code repository for Tkinter GUI Application Development Projects [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.
Tkinter is the built-in GUI package that comes with standard Python distributions. It is a cross-platform package, which means you build once and deploy everywhere. It is simple to use and intuitive in nature, making it suitable for programmers and non-programmers alike.This video will help you master the art of GUI programming.
It delivers the bigger picture of GUI programming by building real-world, productive, and fun applications such as a text editor, drum machine, game of chess, media player, drawing application, chat application, screen saver, port scanner, and many more. In every project, you will build on the skills acquired in the previous project and gain more expertise.
You will learn to write multi threaded programs, network programs, database driven programs and more. You will also get to know the modern best practices involved in writing GUI apps. With its rich source of sample code, you can build upon the knowledge gained with this video and use it in your own projects in the discipline of your choice.
- Create apps that can be scaled in size or complexity without breaking down the core
- Write your own GUI framework for maximum code reuse
- Build apps using both procedural and OOP styles
- Understand the strengths and limitations of both styles
- Build multithreaded and database-driven apps
- Create apps that leverage resources from the network
- Understand the basics of 2D and 3D animation in GUI applications
To fully benefit from the coverage included in this course, you will need:
Familiarity with basic programming constructs in other programming languages and some brief reading on Python will eb helpful
No GUI programming experience is expected
This course has the following software requirements:
Python 3.x