An Auto Clicker program in Python simulates mouse clicks at a specific position with adjustable delay and click count.
Auto Clicker is a simple Python script that automates mouse clicks. It prompts the user to set a delay before starting, a number of clicks to perform and then simulates those clicks with the specified delay between each click. The user can also pause and resume the auto-clicking process using a designated pause key.
- Set a delay before starting the auto-clicking process.
- Define the number of clicks to perform.
- Adjustable delay between clicks.
- Pause and resume auto-clicking using a designated pause key.
-
Clone the repository:
git clone https://github.com/Zabraniak/AutoClicker.git
-
Navigate to the repository folder:
-
Run the script:
python filename.py
-
Follow the on-screen prompts to set the delay, number of clicks, and pause key.
-
Position your cursor accordingly.
Press the designated pause key to pause and resume the auto-clicking process.
This script requires Python 3.7 or higher. You can download Python from the official website. No additional dependencies are needed. The script uses the built-in pyautogui, time, and keyboard modules.
Contributions are welcome! If you have any improvements or new features to add, feel free to fork this repository, make your changes, and submit a pull request. That's probably too simple thing to improve but yeah :D
This project is licensed under the MIT License.