6 Star 21 Fork 8

调试中.../Minicontrol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PyInstallerPackage.py 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
__title__ = '将TargetOpinionMain python项目转换为exe文件'
__author__ = 'FuYao'
__email__ = '[email protected]'
"""
from PyInstaller.__main__ import run
if __name__ == '__main__':
# opts = ['MiniControl.py', '-F', '-w', '--icon=resource\\remote.ico']
opts = ['MiniControl.py', '-F', '-p', 'C:/Python27/Lib', '--icon=resource/remote.ico']
# opts = ['MiniControl.py', '-F', '-w', '--icon=resource\\remote.ico','--upx-dir','upx391w']
run(opts)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lookfuyao/minicontrol.git
[email protected]:lookfuyao/minicontrol.git
lookfuyao
minicontrol
Minicontrol
master

搜索帮助