Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 508 Bytes

File metadata and controls

23 lines (14 loc) · 508 Bytes

Python-Auto-Clicker

This is a simple auto-clicker made using python. This program clicks the area the cursor is pointed at. For this to work, you will need to have Python and Pyautogui installed.

By default the code is set to loop for 2 minutes. You can change the 4th line which is set to

t_end = time.time() + 60 * 2

to

t_end = time.time() + 60 * "The time you want"