摘要: import ddddocr ocr = ddddocr.DdddOcr() with open('img/验证码3.png', 'rb') as f: img_bytes = f.read() result = ocr.classification(img_bytes) print(result) 阅读全文
posted @ 2024-06-20 01:32 JJJhr 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 效果图 新建窗口 import tkinter as tk# 创建一个窗口 root = tk.Tk() # 设置窗口大小 root.geometry('700x250+200+200') # 设置标题 root.title('在线观看电影软件') # 让窗口持续展现 root.mainloop() 阅读全文
posted @ 2024-06-20 00:38 JJJhr 阅读(32) 评论(0) 推荐(0) 编辑