I want to detect color in python faster

后端 未结 0 1974
一个人的身影
一个人的身影 2020-12-04 18:23

I made a script in python that detects color on the screen and clicks

import pyautogui
def get_pixel_colour(i_x, i_y):
   import PIL.ImageGrab
   return PIL.I         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题