AutoClicker with controls using tkinter and pynput.
- Default value:
- Time interval is 1.0 second.
- Mouse button is left.
- Start key is F1.
- Stop key is F2.
- End key is F3.
Note:
You can set three kinds of mouse button : Left, Middle or Right.
And you can set twelve kinds of key : F1 ~ F12.
Key | Action |
---|---|
F1 | Start click task |
F2 | Stop click task |
F3 | Exit program |