Skip to content

Commit 4c84fe0

Browse files
committed
Update README
更新 how to use 中 `PyInstaller` 版本; 添加GPLv3图片; 修复微小错误; 将开发待办事项文档移至doc目录下;
1 parent 730c275 commit 4c84fe0

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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:
3636
First, 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

4242
Then 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
9395
Py2exe-GUI
9496
Copyright (C) 2022 muzing

README_zh.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
9294
Py2exe-GUI
9395
Copyright (C) 2022 muzing

ROADMAP.md renamed to docs/ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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
- [ ] 动画效果
3.39 KB
Loading

0 commit comments

Comments
 (0)