python小项目图形化界面,翻译器,图片下载

话不多说先上代码
import requestsimport jsonimport tkinter as tkimport urllibimport re#正则from PIL import Image,ImageTkfrom tkinter import ttkimport randomwin = tk.Tk()win.geometry("700x400")win.title("检索器")ccccc = tk.Label(win,text="请输入词条")ccccc.place(x=10, y=20, height=15)bbb = tk.Entry(win,width=15)bbb.place(x=75, y=20, width=100, height=16)"""词条"""def aaa():shuru = str(bbb.get())url = """""UA伪装"""headers={"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 Edg/85.0.564.68"}data = http://kandian.youth.cn/index/{"kw":shuru}"""发起请求"""response=requests.post(url=url,data=http://kandian.youth.cn/index/data,headers=headers)dic_obj=response.json()a = dic_obj.get("data")print("已成功获取网址信息")print("数据处理中...")for i in a:j=i.get("k")j1=i.get("v")f=j,j1ee.insert("end", f)ee.insert("end","\n")ee.insert("end", "\n")print("处理完成")button = tk.Button(win, text="词条检索", command=aaa)button.place(x=195, y=17, width=100, height=25)ee =tk.Text(win)ee.place(x=10, y=70, width=325, height=300)"""背景"""global img0photo = Image.open("u=2674208085,2485586514 Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'}# # url = ";ps=1 --tt-darkmode-color: #555666;">运行代码后
python小项目图形化界面,翻译器,图片下载文章插图
输入cat后单使用词条检索
python小项目图形化界面,翻译器,图片下载文章插图
再点击图片检索
python小项目图形化界面,翻译器,图片下载文章插图
点击刷新 更换新的图片
python小项目图形化界面,翻译器,图片下载文章插图
输入 pig 点击同时索引
python小项目图形化界面,翻译器,图片下载文章插图
PS:如有需要Python学习资料的小伙伴可以加点击下方链接自行获取
【python小项目图形化界面,翻译器,图片下载】python免费学习资料以及群交流解答后台私信小编01即可进入