- 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
推薦閱讀
- Python 3.7網絡爬蟲快速入門
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Vue.js前端開發基礎與項目實戰
- Visual C++實例精通
- C語言程序設計基礎與實驗指導
- 基于Java技術的Web應用開發
- 精通Scrapy網絡爬蟲
- Oracle Database 12c Security Cookbook
- Express Web Application Development
- Linux C編程:一站式學習
- Practical Game Design with Unity and Playmaker
- Spring Boot+MVC實戰指南
- 平面設計經典案例教程:CorelDRAW X6
- Unity 2017 Game AI Programming(Third Edition)
- Android Sensor Programming By Example