摘要: 一,代码: from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service from 阅读全文
posted @ 2025-11-24 19:00 刘宏缔的架构森林 阅读(11) 评论(0) 推荐(0)
摘要: 一,代码: from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service from 阅读全文
posted @ 2025-11-24 18:22 刘宏缔的架构森林 阅读(32) 评论(0) 推荐(0)
摘要: 一,代码: import base64 from ddddocr import DdddOcr import numpy as np from PIL import Image import io from PIL import Image, ImageFilter from io import B 阅读全文
posted @ 2025-11-24 15:07 刘宏缔的架构森林 阅读(31) 评论(0) 推荐(0)
摘要: 一,安装用到的库: linux # apt install python3-tk python3-dev # apt-get install xclip # apt-get install xselect # apt-get install wl-clipboard pip $ pip instal 阅读全文
posted @ 2025-11-24 13:45 刘宏缔的架构森林 阅读(12) 评论(0) 推荐(0)
摘要: 一,安装所需的linux库 # apt install python3-tk python3-dev 二,安装pyautogui $ pip install pyautogui 阅读全文
posted @ 2025-11-24 13:04 刘宏缔的架构森林 阅读(3) 评论(0) 推荐(0)
摘要: 一,代码: from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service from 阅读全文
posted @ 2025-11-24 11:55 刘宏缔的架构森林 阅读(14) 评论(0) 推荐(0)