2 Star 12 Fork 4

ColdCurlyFu / 自动谷歌翻译_PyQt5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
ccf 提交于 2020-02-26 12:42 . 添加语言参考

0 下载

  • 可执行程序:

链接:https://pan.baidu.com/s/1sTK6cNy5he5QELV5bELXjQ

提取码:ng9r 码云的发行版:https://gitee.com/coldcurlyfu/automatic_google_translation/releases

1 运行如下:

    pip install -r requirements.txt
    python gtl_pane.py

2 运行展示:

  • 鼠标停留

image

  • 鼠标移出

image

3 在gtl_config.json中设置窗口参数:

{
        "宽度": 800,
        "高度": 600,
        "最低透明度": 0.6,
        "渐变": true,
        "源语言": "en",
        "目标语言": "zh-CN"
}

4 打包:

前提:已经安装了pyinstaller

python unpack2exe.py
Python
1
https://gitee.com/coldcurlyfu/automatic_google_translation.git
git@gitee.com:coldcurlyfu/automatic_google_translation.git
coldcurlyfu
automatic_google_translation
自动谷歌翻译_PyQt5
master

搜索帮助