Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 789 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 789 Bytes

Python-Tools

基于wxFormBuilder实现的进制转换,中英互译,维吉利亚解密,base加解密

UI界面

image

Usage

1. 在使用中英互译功能时,用到了百度翻译API,APP ID和密钥自行获取,每个月有一万个字符的免费使用额度!

https://fanyi-api.baidu.com/manage/developer

image

在main.py的translate函数中填写自己的appid, appkey即可正常使用。

image

2. 其余功能可正常使用。