python 解决pyautogui移动速度慢的问题

python 解决pyautogui移动速度慢的问题

# from pymouse import PyMouse

# m = PyMouse()
# start=time.time()
# m.move(125,100) 
#time.sleep(0.02)
#m.release(125.100) # end
=time.time() # print('Running time: %s Seconds'%(end-start))

0.02秒  是极限速度了

 

posted @ 2021-10-07 09:38  newmiracle宇宙  阅读(845)  评论(0编辑  收藏  举报