Python Move Mouse lentamente

import autopy # pip install autopy
autopy.mouse.smooth_move(100, 600)
Tame Toad