资源简介
可以英中互相翻译,使用wxGUI,如果想实际使用需要申请百度AI的实例。
代码片段和文件信息
#-*- encoding:UTF-8 -*-
#!/usr/bin/python
###################################################################################
#
# Python wx little translator 2019 (Use baidufanyi)
# Writer: Unicoder.J 2019-01-29
#
###################################################################################
import wx
#from MyButton import *
import sys
import os
#import chardet
import hashlib
import random
import requests
#import time
q = None
appid = “xxxxxxxxxxxxxxxxx“
SecretKey = “xxxxxxxxxxxxxxxxxxxx“
salt = str(random.random())
reload(sys)
sys.setdefaultencoding(‘utf-8‘)
q = None
class MyApp(wx.App):
def OnInit(self):
self.frm = Myframe()
self.frm.Show()
self.SetTopWindow(self.frm)
return True
def OnDestroy(self):
self.frm.Destroy()
class Myframe(wx.frame):
def __init__(self):
wx.frame.__init__(self None title=“Translator GUI“size=(315165))
self.panel = wx.Panel(self-1)
try:
self.currDir = os.getcwd() #获得执行程序当前目录
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
----------- --------- ---------- ----- ----
8096 4
- 上一篇:python将摄氏度转为华氏摄氏度
- 下一篇:25clock 定时提醒功能
相关资源
- python采集百度贴吧图片并保存到本地
- python模拟登录52破解论坛,并实现打卡
- python查询百度关联词(相关搜索结果
- python监听socket客户端连接(驱动串口
- python聊天-服务端与客户端
- 百度图片识别
- 多张图片识别文字(基于AipOcr)
- python http 服务端客户端
- python http 客户端
- python +headless+chrome 模拟搜索百度关键
- python 中英文翻译api request(百度)
- Python实现百度文库
- python实现 qq音乐/网易音乐/虾米/酷狗
- csdn淘宝自动发货系统
- python 截图并识别图片中的文字(基于
- Python调用百度翻译接口
- python百度图片
- 利用百度语音接口合成多人对话
- python 多人聊天的实现含客户端以及服
- python爬取百度贴吧图片(图片到本地
- python爬取百度图片
- python爬虫百度图片(将网络图片采集
- Python项目案例开发从入门到实战源代
- 百度百科爬虫并利用Neo4j做知识图谱展
- 百度贴吧 爬虫 python
- Python socket客户端实时显示服务端监听
- Python五子棋游戏实现
- Python-2019年百度的实体链指比赛ccks2
- Python-DQNchainerPython用Chainer实现的Deep
-
xm
l_cascade.py opencv_traincascade.exe ope
评论
共有 条评论