- Tkinter GUI Application Development Blueprints
- Bhaskar Chaudhary
- 146字
- 2021-07-30 10:10:34
Objectives of this chapter
The purpose of this chapter is to make you comfortable with Tkinter. It aims at introducing you to the various components of GUI programming with Tkinter.
By the end of this chapter, you will have developed several partly-functional dummy applications, such as the one shown in the following screenshot:

We believe that the concepts that you will develop here will enable you to apply and develop GUI applications in your area of interest.
The key aspects that we want you to learn from this chapter include the following:
- Understanding the concept of a root window and a main loop
- Understanding widgets—the building blocks of programs
- Getting acquainted with a list of available widgets
- Developing layouts by using different geometry managers
- Applying events and callbacks to make a program functional
- Styling widgets by using styling options and configuring the root widget
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- 潮流:UI設計必修課
- 摩登創客:與智能手機和平板電腦共舞
- Instant QlikView 11 Application Development
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- 實戰Java高并發程序設計(第3版)
- 精通Linux(第2版)
- 執劍而舞:用代碼創作藝術
- Learning Concurrency in Kotlin
- 常用工具軟件立體化教程(微課版)
- IBM Cognos TM1 Developer's Certification guide
- Applied Deep Learning with Python
- WCF全面解析
- Java 7 Concurrency Cookbook
- 深入理解MySQL主從原理