We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900b285 commit 7883374Copy full SHA for 7883374
2 files changed
README.md
@@ -12,6 +12,8 @@
12
13
Py2exe-GUI 是一个基于 [PySide6](https://doc.qt.io/qtforpython/index.html) 开发的 [PyInstaller](https://pyinstaller.org/) 辅助工具,旨在提供完整易用的图形化界面,方便用户进行 Python 项目的打包。
14
15
+
16
+
17
有如下特性:
18
19
- 完全图形化界面,易用
@@ -21,9 +23,9 @@ Py2exe-GUI 是一个基于 [PySide6](https://doc.qt.io/qtforpython/index.html)
21
23
22
24
## 项目结构
25
-- 项目所有代码均在 [py2exe-gui](src/py2exe-gui) 目录下
-- [Widgets](src/py2exe-gui/Widgets) 目录下包含所有界面控件
26
-- [Core](src/py2exe-gui/Core) 目录中为执行打包的代码
+- 项目所有代码均在 [py2exe-gui](src/py2exe_gui) 目录下
27
+- [Widgets](src/py2exe_gui/Widgets) 目录下包含所有界面控件
28
+- [Core](src/py2exe_gui/Core) 目录中为执行打包的代码
29
30
仅为图形化界面工具,不依赖于需要打包的 Python 环境。也提供 exe 发布版。
31
docs/source/images/Py2exe-GUI_v0.1.0_screenshot.png
57.9 KB
0 commit comments