Skip to content

Commit 09aa39d

Browse files
committed
GUI-PyQt5
1 parent 18cf81f commit 09aa39d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

step1-Python-basis/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<details>
3333
<summary><b>四、扩展</b></summary>
3434
<ol>
35+
<b><li><p><a href="">Python 常用模块</a></p></li></b>
3536
<b><li><p><a href="">正则表达式</a></p></li></b>
3637
<b><li><p><a href="">Python 操纵数据库</a></p></li></b>
3738
</ol>

step3-PyQt5-GUI/README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,26 @@
1616
## 目录
1717
[1. 初识和使用窗口](#1-初识和使用窗口)
1818

19-
[2. 打印文本](#2-打印文本)
19+
[2. ](#2-)
2020

21-
[3. 绘制图形](#3-绘制图形)
21+
[3. ](#3-)
2222

23-
[4. 制作pie游戏](#4-制作pie游戏)
23+
[4. ](#4-)
2424

25-
[5. 使用 QSS 来美化界面](#)
25+
[5. 使用 QSS 来美化界面](#5-使用-qss-来美化界面)
26+
27+
[6. 将 pyqt5 程序打包为 exe 可执行文件](#6-将-pyqt5-程序打包为-exe-可执行文件)
2628

2729
---
2830

2931
## 1. 初识和使用窗口
3032

33+
+ 下载依赖模块
34+
35+
```python
36+
pip install pyqt5
37+
```
38+
3139
+ 简单的窗口
3240

3341
```python

0 commit comments

Comments
 (0)