2 Star 12 Fork 4

ColdCurlyFu / 自动谷歌翻译_PyQt5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
unpack2exe.py 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
import os
os.system("pyinstaller.exe -w -i gtl.ico gtl_pane.py")
path_dirs = os.listdir("./dist/gtl_pane")
if "gtl.ico" not in path_dirs:
os.system("copy gtl.ico dist\\gtl_pane")
if "countries.txt" not in path_dirs:
os.system("copy countries.txt dist\\gtl_pane")
Python
1
https://gitee.com/coldcurlyfu/automatic_google_translation.git
git@gitee.com:coldcurlyfu/automatic_google_translation.git
coldcurlyfu
automatic_google_translation
自动谷歌翻译_PyQt5
master

搜索帮助