- Tkinter GUI Programming by Example
- David Love
- 138字
- 2021-08-27 18:49:12
Jack is Back in Style – the Blackjack GUI
Now that we have a working game with a solid, reusable data structure in place, it's time to take it to the next level by adding graphics. Not only will the graphics make the game look so much nicer to play, but we can take advantage of the ease of taking user input via graphical means.
At the end of this chapter, we will have the same blackjack game as before but with a completely new look and feel.
In this chapter, we will cover the following:
- Converting a CLI application to use a GUI
- Collecting user input via Button widgets
- Creating images that can be used by Tkinter
- Displaying images with a Canvas widget
- Controlling the layout using the pack geometry manager
- Separating display logic from application logic
推薦閱讀
- Building a Home Security System with Raspberry Pi
- NumPy Essentials
- Instant 960 Grid System
- C語言最佳實踐
- 精通Scrapy網絡爬蟲
- C語言程序設計同步訓練與上機指導(第三版)
- Kotlin從基礎到實戰
- Building RESTful Python Web Services
- Learning Raspbian
- 案例式C語言程序設計實驗指導
- Python函數式編程(第2版)
- 軟件工程與UML案例解析(第三版)
- Secret Recipes of the Python Ninja
- Java EE架構設計與開發實踐
- Web前端開發最佳實踐