# 自动谷歌翻译_PyQt5 **Repository Path**: coldcurlyfu/automatic_google_translation ## Basic Information - **Project Name**: 自动谷歌翻译_PyQt5 - **Description**: 一个基于PyQt5的图形化程序,通过监控剪切板内容变化自动使用谷歌翻译API进行翻译。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 5 - **Created**: 2020-02-09 - **Last Updated**: 2024-08-01 ## Categories & Tags **Categories**: application-software **Tags**: None ## README ## 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](resource/images_md/hover.png) - 鼠标移出 ![image](resource/images_md/unhover.png) ## 3 在``gtl_config.json``中设置窗口参数: ```json { "宽度": 800, "高度": 600, "最低透明度": 0.6, "渐变": true, "源语言": "en", "目标语言": "zh-CN" } ``` ## 4 打包: 前提:已经安装了pyinstaller ``` python unpack2exe.py ```