[x] 已实现的功能:
打包成单文件:使用 Pyinstaller ,包含了 main.spec ,使用 pyinstaller ./main.spec 即可打包为一个单文件,更多自定义可以编辑 main.spec 文件实现
Pyinstaller
main.spec
pyinstaller ./main.spec