Skip to content

Commit 7883374

Browse files
committed
Update README: add screenshot of main window
增加主界面截图; 修复相对路径错误;
1 parent 900b285 commit 7883374

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
Py2exe-GUI 是一个基于 [PySide6](https://doc.qt.io/qtforpython/index.html) 开发的 [PyInstaller](https://pyinstaller.org/) 辅助工具,旨在提供完整易用的图形化界面,方便用户进行 Python 项目的打包。
1414

15+
![截图](docs/source/images/Py2exe-GUI_v0.1.0_screenshot.png)
16+
1517
有如下特性:
1618

1719
- 完全图形化界面,易用
@@ -21,9 +23,9 @@ Py2exe-GUI 是一个基于 [PySide6](https://doc.qt.io/qtforpython/index.html)
2123

2224
## 项目结构
2325

24-
- 项目所有代码均在 [py2exe-gui](src/py2exe-gui) 目录下
25-
- [Widgets](src/py2exe-gui/Widgets) 目录下包含所有界面控件
26-
- [Core](src/py2exe-gui/Core) 目录中为执行打包的代码
26+
- 项目所有代码均在 [py2exe-gui](src/py2exe_gui) 目录下
27+
- [Widgets](src/py2exe_gui/Widgets) 目录下包含所有界面控件
28+
- [Core](src/py2exe_gui/Core) 目录中为执行打包的代码
2729

2830
仅为图形化界面工具,不依赖于需要打包的 Python 环境。也提供 exe 发布版。
2931

57.9 KB
Loading

0 commit comments

Comments
 (0)