File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Py2exe-GUI
22
3- 更易用的 Python 打包工具!
3+ > 更易用的 Python 打包工具!
44
55![ GitHub Repo stars] ( https://img.shields.io/github/stars/muziing/Py2exe-GUI )
66[ ![ PyPI Version] ( https://img.shields.io/pypi/v/py2exe-gui )] ( https://pypi.org/project/py2exe-gui/ )
@@ -53,15 +53,20 @@ python -m py2exe_gui
5353
5454## TODO
5555
56- - [x] 解决相对引用问题
57- - [x] 将参数拼接成完整调用命令(完成待优化)
58- - [x] 使用 QProcess 替代 subprocess 以解决界面卡死问题
59- - [ ] 将 PyInstaller 的输出显示至单独的弹出窗口
60- - [ ] 子进程运行时阻塞主窗口关闭
61- - [ ] 增加状态栏信息
62- - [ ] Python 解释器选择器
56+ - [ ] 解决相对引用与作为包运行问题
57+ - [x] 选项参数获取
58+ - [x] 将参数拼接成完整调用命令
59+ - [x] 参数预览器控件
60+ - [ ] 优化拼接代码
61+ - [x] 调用 ` PyInstaller ` 子进程
62+ - [x] 使用 ` QProcess ` 替代 ` subprocess ` 以解决界面卡死问题
63+ - [x] 将子进程的输出与状态显示至单独的弹出窗口
64+ - [ ] 优化子进程相关代码,增强异常处理
65+ - [ ] 增加主界面功能控件
66+ - [ ] Python 解释器选择器
67+ - [ ] 增加状态栏信息
6368- [ ] 实现跨平台功能(不同平台间的差异功能)
6469- [ ] 保存与读取打包项目文件(json? yaml? toml?)
65- - [ ] logging 日志记录
70+ - [ ] ` logging ` 日志记录
6671- [ ] QSS 与美化
6772- [ ] 翻译与国际化
You can’t perform that action at this time.
0 commit comments