Skip to content

An Auto Clicker program in Python simulates mouse clicks at a specific position with adjustable delay and click count.

Notifications You must be signed in to change notification settings

Zabraniak/AutoClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Auto Clicker

Python License

An Auto Clicker program in Python simulates mouse clicks at a specific position with adjustable delay and click count.

Table of Contents

Description

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.

Features

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

Usage

  1. Clone the repository:

    git clone https://github.com/Zabraniak/AutoClicker.git
    
  2. Navigate to the repository folder:

  3. Run the script:

    python filename.py
    
  4. Follow the on-screen prompts to set the delay, number of clicks, and pause key.

  5. Position your cursor accordingly.

Press the designated pause key to pause and resume the auto-clicking process.

Installation

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.

Contributing

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

License

This project is licensed under the MIT License.

About

An Auto Clicker program in Python simulates mouse clicks at a specific position with adjustable delay and click count.

Topics

Resources

Stars

Watchers

Forks

Languages