Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 552 Bytes

masterpooter-autoclicker

Super simple autoclicker for Linux.

Times are in milliseconds. Moving the mouse pauses the clicking for delay.

To install run the following commands from the terminal (Ctrl-Alt-t):

sudo apt-get install -y python-xlib python-tk
wget -O ~/Desktop/autoclick.pyw https://raw.githubusercontent.com/novel-yet-trivial/masterpooter-autoclicker/master/autoclick.py
chmod +x ~/Desktop/autoclick.pyw

This puts a file on your desktop called 'autoclick.pyw'. You can doubleclick it to run it.

Screenshot