- 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.
推薦閱讀
- scikit-learn Cookbook
- 零基礎學C++程序設計
- 劍指JVM:虛擬機實踐與性能調優
- 數據結構簡明教程(第2版)微課版
- Practical DevOps
- Instant Nancy Web Development
- Swift 4從零到精通iOS開發
- UNIX Linux程序設計教程
- Test-Driven JavaScript Development
- Mastering Elasticsearch(Second Edition)
- R Data Science Essentials
- Drupal Search Engine Optimization
- Python計算機視覺與深度學習實戰
- Practical Time Series Analysis
- GO語言編程從入門到實踐