Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 222 Bytes

AUTOPY使鼠标移动.md

File metadata and controls

14 lines (11 loc) · 222 Bytes

请大家先安装模块pip3 install autopy。 我们打开编辑器,输入以下代码:

import autopy
autopy.mouse.move(100,100)

或者

import autopy
autopy.mouse.smooth_move(100,200)