Files
luoluo/requirements.txt
2026-03-18 15:48:40 +08:00

13 lines
399 B
Plaintext

# LuoLuoTool 依赖列表
# 《桃源深处有人家》挂机工具
# ========== UI框架 ==========
customtkinter>=5.2.2 # 现代化UI框架
Pillow>=10.0.0 # 图像处理
# ========== 游戏自动化 ==========
pyautogui>=0.9.54 # 鼠标键盘模拟
pywin32>=306 # Windows API
opencv-python>=4.8.0 # 图像识别
numpy>=1.24.0 # 数值计算