File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66<img alt =" GitHub Repo stars " src =" https://img.shields.io/github/stars/muziing/Py2exe-GUI " >
77<img alt =" Python Version " src =" https://img.shields.io/pypi/pyversions/py2exe-gui " >
88<a href =" https://pypi.org/project/py2exe-gui/ " ><img alt =" PyPI Version " src =" https://img.shields.io/pypi/v/py2exe-gui " ></a >
9- <a href =" https://doc.qt.io/qtforpython/index.html " ><img alt =" PySide Version " src =" https://img.shields.io/badge/PySide-6.2 -blue " ></a >
9+ <a href =" https://doc.qt.io/qtforpython/index.html " ><img alt =" PySide Version " src =" https://img.shields.io/badge/PySide-6.4 -blue " ></a >
1010<a href =" https://github.com/psf/black " ><img alt =" Code style: black " src =" https://img.shields.io/badge/code%20style-black-000000.svg " ></a >
1111<a href =" http://mypy-lang.org/ " ><img alt =" Checked with mypy " src =" https://img.shields.io/badge/mypy-checked-blue " ></a >
1212</p >
@@ -36,7 +36,7 @@ It has the following features:
3636First, install PyInstaller in the Python interpreter environment which to be packaged:
3737
3838``` shell
39- pip install pyinstaller==5.6.2
39+ pip install pyinstaller==5.7.0
4040```
4141
4242Then install Py2exe-GUI with ` pip ` :
@@ -80,7 +80,7 @@ python Py2exe-GUI.py
8080
8181## Structure
8282
83- All source code is in the [ py2exe_gui] directory.
83+ All source code is in the [ py2exe_gui] ( src/py2exe_gui/ ) directory.
8484
8585- [ Constants] ( src/py2exe_gui/Constants )
8686- [ Core] ( src/py2exe_gui/Core )
@@ -89,6 +89,8 @@ All source code is in the [py2exe_gui] directory.
8989
9090## License
9191
92+ ![ GPLv3] ( docs/source/images/gplv3-127x51.png )
93+
9294``` text
9395Py2exe-GUI
9496Copyright (C) 2022 muzing
Original file line number Diff line number Diff line change 66<img alt =" GitHub Repo stars " src =" https://img.shields.io/github/stars/muziing/Py2exe-GUI " >
77<img alt =" Python Version " src =" https://img.shields.io/pypi/pyversions/py2exe-gui " >
88<a href =" https://pypi.org/project/py2exe-gui/ " ><img alt =" PyPI Version " src =" https://img.shields.io/pypi/v/py2exe-gui " ></a >
9- <a href =" https://doc.qt.io/qtforpython/index.html " ><img alt =" PySide Version " src =" https://img.shields.io/badge/PySide-6.2 -blue " ></a >
9+ <a href =" https://doc.qt.io/qtforpython/index.html " ><img alt =" PySide Version " src =" https://img.shields.io/badge/PySide-6.4 -blue " ></a >
1010<a href =" https://github.com/psf/black " ><img alt =" Code style: black " src =" https://img.shields.io/badge/code%20style-black-000000.svg " ></a >
1111<a href =" http://mypy-lang.org/ " ><img alt =" Checked with mypy " src =" https://img.shields.io/badge/mypy-checked-blue " ></a >
1212</p >
@@ -36,7 +36,7 @@ Py2exe-GUI 是一个基于 [PySide6](https://doc.qt.io/qtforpython/index.html)
3636首先在待打包的 Python 解释器环境中安装 PyInstaller:
3737
3838``` shell
39- pip install pyinstaller==5.6.2
39+ pip install pyinstaller==5.7.0
4040```
4141
4242然后通过 pip 安装 Py2exe-GUI:
@@ -88,6 +88,8 @@ python Py2exe-GUI.py
8888
8989## 开源许可
9090
91+ ![ GPLv3] ( docs/source/images/gplv3-127x51.png )
92+
9193``` text
9294Py2exe-GUI
9395Copyright (C) 2022 muzing
Original file line number Diff line number Diff line change 2727 - [ ] ~~ 定义文件并以适当格式存储(` json ` )~~
2828 - [ ] 创建 [ ` .spec ` 文件] ( https://pyinstaller.org/en/stable/spec-files.html )
2929 - [ ] ` spec ` 编辑器
30- - [x] 使用 ` qrc ` 管理[ 静态资源] ( src/py2exe_gui/Resources )
30+ - [x] 使用 ` qrc ` 管理[ 静态资源] ( ../ src/py2exe_gui/Resources)
3131- [ ] ` logging ` 日志记录
3232- [ ] QSS 与美化
3333- [ ] 动画效果
You can’t perform that action at this time.
0 commit comments