# enchanges **Repository Path**: wycao/enchanges ## Basic Information - **Project Name**: enchanges - **Description**: 使用百度翻译接口,实现内容翻译 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-09-02 - **Last Updated**: 2022-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # enchanges #### 介绍 使用翻译接口,实现内容翻译 #### 软件架构 软件架构说明 python3 + wxPython框架 用wxPython开发一个客户端,读取配置文件中接口信息, 当在客户端中输入英文,自动转换或点击转换,翻译为中文 #### 安装教程 需要安装3个库 1. wxPython 2. requests 3. pyperclip 也可以使用 pip install -r requirements.txt 然后,自己创建一个log文件夹,用于存放日志 #### 使用说明 1. 配置conf/config.ini 文件中的信息 api_url为接口地址,不带域名 app_id为申请的接口id secret_key为接口密钥 2. 3. xxxx #### 未完成功能 1、 计划添加从黏贴板直接输入的功能,这个需要pyperclip库 + 定时任务 2、 计划把单个单词记录达到一个sqlite数据库中,减少接口调用消费次数 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request