- Tkinter GUI Application Development Blueprints
- Bhaskar Chaudhary
- 123字
- 2021-07-30 10:10:37
Summary
This brings us to end of Chapter 1, Meet Tkinter. This chapter is aimed to provide a high-level overview of Tkinter. We worked our way through all the important concepts that drive a Tkinter program.
You now know what a root window is and how to set it up. You also know the 21 core Tkinter widgets and how to set them up. We also had a look at how to lay out our programs by using the pack
, grid
, and place
geometry managers, and make our programs functional by using events and callbacks. Finally, you saw how to apply custom styles to GUI programs.
To summarize, we can now start thinking of making interesting, functional, and stylish GUI programs with Tkinter!
推薦閱讀
- 軟件安全技術
- ExtGWT Rich Internet Application Cookbook
- 軟件項目管理(第2版)
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Java開發入行真功夫
- Cassandra Design Patterns(Second Edition)
- Koa開發:入門、進階與實戰
- Learn WebAssembly
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Getting Started with Python Data Analysis
- 琢石成器:Windows環境下32位匯編語言程序設計
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- 微服務架構深度解析:原理、實踐與進階
- 微信小程序全棧開發技術與實戰(微課版)
- C#程序設計教程(第3版)