Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KroMiose/pjsk_auto_story
/ functions
Functions
6 in github.com/KroMiose/pjsk_auto_story
⨍
Functions
6
◇
Types & classes
0
↓ 10 callers
Function
log
(text)
start.py:87
↓ 3 callers
Function
checkImgAndClick
使用pyautogui检测如果存在图片则点击 该方法默认是全图截屏,性能消耗较大,传入region可指定区域 参数: src: 图片资源路径 region: 检测区域(x, y, width, height) confidence: 图片确信度(拟合程度阈
start.py:39
↓ 2 callers
Function
clickAbsolute
(x, y)
start.py:11
Function
checkImgExist
区域内使用pyautogui检测图片是否存在 该方法默认是全图截屏,性能消耗较大,传入region指定区域 参数: src: 图片资源路径 region: 检测区域(x, y, width, height) confidence: 图片确信度(拟合程度阈值
start.py:17
Function
cmpPixelColor
(c1, c2, offset = 3)
start.py:81
Function
getImagePixel
(img, loc)
start.py:76