# Python-Tools **Repository Path**: zxz-t/Python-Tools ## Basic Information - **Project Name**: Python-Tools - **Description**: 基于wxFormBuilder实现的进制转换,中英互译,维吉利亚解密,base加解密 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-29 - **Last Updated**: 2023-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python-Tools 基于wxFormBuilder实现的进制转换,中英互译,维吉利亚解密,base加解密 ## UI界面 ![image](https://user-images.githubusercontent.com/102849988/215236326-34dddd5c-0b43-4720-8913-b9bbf278a45c.png) ## Usage ### 1. 在使用中英互译功能时,用到了百度翻译API,APP ID和密钥自行获取,每个月有一万个字符的免费使用额度! https://fanyi-api.baidu.com/manage/developer ![image](https://user-images.githubusercontent.com/102849988/215249102-fc8a2b81-a741-4784-a628-aba275247fb1.png) 在main.py的translate函数中填写自己的appid, appkey即可正常使用。 ![image](https://user-images.githubusercontent.com/102849988/215249016-fa05caed-ef12-40cd-9f89-0ee4b1861a01.png) ### 2. 其余功能可正常使用。