AutoClicker is a simple Python program that lets you automate mouse clicks on your computer. With a customizable interval and a user-friendly interface, you can easily set up and run the program to perform repetitive clicking tasks with ease.
This program uses the pynput library to handle mouse clicks and keyboard events. It creates an AutoClicker object that listens for the Ctrl+Shift key combination to start and stop clicking at the specified interval. The program also has a simple GUI that allows the user to enter the click interval and start/stop the auto-clicking, as well as an exit button to close the program.
To run this program, you will need to install the pynput library by running pip install pynput in your terminal.
- Activates with Ctrl+Shift keybind
- Adjustable click interval (in seconds)
- Simple user interface for easy operation
- Exit button for easy program termination
- Python 3.x
- pynput library (pip install pynput)
- Clone this repository or download the autoclicker.py file to your computer.
- Open a terminal or command prompt and navigate to the directory where the autoclicker.py file is located.
- Install the pynput library by running pip install pynput.
- Run the program by running the command python autoclicker.py.
- The program window will appear, where you can set the click interval and start or stop the auto-clicking with the corresponding buttons.
- To exit the program, simply click the "Exit" button or close the window.
This program was created by Nafianjaaay. If you have any questions or suggestions, please feel free to contact me at [email protected].