mirror of
https://github.com/muziing/Py2exe-GUI.git
synced 2025-01-27 17:02:55 +08:00
Update README
This commit is contained in:
parent
c42fbaecc9
commit
6a30d8c56e
13
README.md
13
README.md
@ -1,4 +1,4 @@
|
||||
![Py2exe-GUI Logo](docs/source/images/py2exe-gui_logo_big.png)
|
||||
![Py2exe-GUI Logo](https://raw.githubusercontent.com/muziing/Py2exe-GUI/main/https://raw.githubusercontent.com/muziing/Py2exe-GUI/main/docs/source/images/py2exe-gui_logo_big.png)
|
||||
|
||||
<h2 align="center">Easy-to-use Python GUI packaging tool</h2>
|
||||
|
||||
@ -24,9 +24,9 @@ English | <a href="README_zh.md">简体中文</a>
|
||||
Py2exe-GUI is an assist tool based on [PySide6](https://doc.qt.io/qtforpython/index.html), designed to provide a
|
||||
complete yet easy-to-use GUI for [PyInstaller](https://pyinstaller.org/).
|
||||
|
||||
![Screenshot](docs/source/images/Py2exe-GUI_v0.3.0_mainwindow_screenshot.png)
|
||||
![Screenshot](https://raw.githubusercontent.com/muziing/Py2exe-GUI/main/docs/source/images/Py2exe-GUI_v0.3.1_mainwindow_screenshot_en.png)
|
||||
|
||||
![Screenshot](docs/source/images/Py2exe-GUI_v0.2.0_screenshot.png)
|
||||
![Screenshot](https://raw.githubusercontent.com/muziing/Py2exe-GUI/main/docs/source/images/Py2exe-GUI_v0.2.0_screenshot.png)
|
||||
|
||||
It has the following features:
|
||||
|
||||
@ -36,11 +36,6 @@ It has the following features:
|
||||
in each interpreter environment to be packaged.
|
||||
- Cross-platform, supports Windows, Linux and macOS.
|
||||
|
||||
> Note: As you can see, I am not an English speaker. Py2exe-GUI is currently only available in Simplified Chinese.
|
||||
> However, I've reserved some interfaces in the code for internationalization, and the translation is slowly progressing.
|
||||
> If you are interested in this project, you can star it. In a few months it will provide full English support and
|
||||
> interfaces for translators to provide translations in more languages.
|
||||
|
||||
## How to install
|
||||
|
||||
> Note: Py2exe-GUI is still in the early stages of development, and the distributions provided are *beta versions*.
|
||||
@ -112,7 +107,7 @@ the [checks](dev_scripts/check_funcs.py).
|
||||
|
||||
## License
|
||||
|
||||
![GPLv3](docs/source/images/gplv3-127x51.png)
|
||||
![GPLv3](https://raw.githubusercontent.com/muziing/Py2exe-GUI/main/docs/source/images/gplv3-127x51.png)
|
||||
|
||||
Py2exe-GUI is licensed under the GPLv3 open source license, see the [LICENSE](LICENSE) file for details.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
![Py2exe-GUI Logo](docs/source/images/py2exe-gui_logo_big.png)
|
||||
![Py2exe-GUI Logo](https://raw.githubusercontent.com/muziing/Py2exe-GUI/main/docs/source/images/py2exe-gui_logo_big.png)
|
||||
|
||||
<h2 align="center">强大易用的 Python 图形界面打包工具</h2>
|
||||
|
||||
@ -23,9 +23,9 @@
|
||||
Py2exe-GUI 是一个基于 [PySide6](https://doc.qt.io/qtforpython/index.html)
|
||||
开发的辅助工具,旨在为 [PyInstaller](https://pyinstaller.org/) 提供完整易用的图形化界面,方便用户进行 Python 项目的打包。
|
||||
|
||||
![界面截图](docs/source/images/Py2exe-GUI_v0.3.0_mainwindow_screenshot.png)
|
||||
![界面截图](https://raw.githubusercontent.com/muziing/Py2exe-GUI/main/docs/source/images/Py2exe-GUI_v0.3.0_mainwindow_screenshot.png)
|
||||
|
||||
![界面截图](docs/source/images/Py2exe-GUI_v0.2.0_screenshot.png)
|
||||
![界面截图](https://raw.githubusercontent.com/muziing/Py2exe-GUI/main/docs/source/images/Py2exe-GUI_v0.2.0_screenshot.png)
|
||||
|
||||
有如下特性:
|
||||
|
||||
@ -101,7 +101,7 @@ request。请尽可能遵守原有的代码风格,并确保新增代码能通
|
||||
|
||||
## 开源许可
|
||||
|
||||
![GPLv3](docs/source/images/gplv3-127x51.png)
|
||||
![GPLv3](https://raw.githubusercontent.com/muziing/Py2exe-GUI/main/docs/source/images/gplv3-127x51.png)
|
||||
|
||||
Py2exe-GUI 采用 GPLv3 开源许可证,详情请参见 [LICENSE](LICENSE) 文件。
|
||||
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
x
Reference in New Issue
Block a user