- Python GUI Programming Cookbook
- Burkhard A. Meier
- 111字
- 2021-07-30 10:08:19
Introduction
In this chapter, we will develop our first GUI in Python. We start with the minimum code required to build a running GUI application. Each recipe then adds different widgets to the GUI form.
In the first two recipes, we show the entire code, consisting of only a few lines of code. In the following recipes we only show the code to be added to the previous recipes.
By the end of this chapter, we will have created a working GUI application that consists of labels, buttons, text boxes, combo boxes, and check buttons in various states, as well as radio buttons that change the background color of the GUI.
推薦閱讀
- 零點起飛學Xilinx FPG
- Arduino入門基礎教程
- 顯卡維修知識精解
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- 數字道路技術架構與建設指南
- 嵌入式技術基礎與實踐(第5版)
- Linux運維之道(第2版)
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 分布式微服務架構:原理與實戰
- Visual Media Processing Using Matlab Beginner's Guide
- “硬”核:硬件產品成功密碼
- Blender Game Engine:Beginner's Guide
- Intel FPGA權威設計指南:基于Quartus Prime Pro 19集成開發環境
- 微控制器的應用
- 微服務實戰(Dubbox +Spring Boot+Docker)