pyinstaller 是一个非常简单的打包python的py文件的库。 ... 执行打包def pyinstaller(key, ico): os.system("pyinstaller -F --key {} -i {} main.py".format(key, ...
確定! 回上一頁