- Tkinter GUI Programming by Example
- David Love
- 118字
- 2021-08-27 18:49:05
Preface
Welcome to Tkinter GUI Programming by Example. We will be exploring how to use the Tkinter library, which is included alongside most Python installs. This framework is very simple to use, and has a powerful event-handling system and an open license, perfect for anyone who wishes to quickly write and share graphical applications.
Throughout this book, we will be creating three powerful desktop applications, learning about the variety of widgets available in Tkinter. After we have these applications polished, we will then learn how to share them with other people by packaging them up for sharing. When you have finished this book, you will have in-depth knowledge of Tkinter, its widgets, GUI-design principles, and packaging Python projects.
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Visual FoxPro 程序設計
- SQL for Data Analytics
- Koa開發:入門、進階與實戰
- Python機器學習實戰
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Getting Started with Python Data Analysis
- Spring Boot Cookbook
- UML 基礎與 Rose 建模案例(第3版)
- HTML5秘籍(第2版)
- PHP+Ajax+jQuery網站開發項目式教程
- Internet of Things with ESP8266
- Python:Deeper Insights into Machine Learning
- PHP 7從零基礎到項目實戰
- Android應用開發實戰