D
D
Dima2021-07-04 14:44:01
Python
Dima, 2021-07-04 14:44:01

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()


How to make it not triple, but for example 10 clicks or 100??

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2021-07-04
@interneterrorhehe

Cycle.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question