Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 692 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 692 Bytes

Python3-Tkinter-AutoClicker

AutoClicker with controls using tkinter and pynput.

Image

  • 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.

Controls

Key Action
F1 Start click task
F2 Stop click task
F3 Exit program

Demo