All I'm trying to do is move from one place on the screen to another, as a human would do, but very quickly... My code looks like this & doesn't seem to work
from pyclick import HumanClicker
hc = HumanClicker()
hc.move((500, 500), 0.04)
Is there anything I'm doing wrong? I've looked at some posts: this & this They both don't help my issue. if anyone knows the solution, please tell me...