Answer the question
In order to leave comments, you need to log in
How to make more than 3 clicks/s?
import keyboard
import pyautogui as auto
def s():
while not keyboard.is_pressed('t'):
auto.tripleClick( button = 'left' )
keyboard.add_hotkey('e', s)
input()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question