Skip to content

Python autoclicker program with "ctrl+shift" keybind to activate. This autoclicker program have a simple UI to welcome the user and choose the click interval (user can input the interval number) and button for exit the program

Notifications You must be signed in to change notification settings

nafianjaaay/Python-Autoclicker-with-Simple-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AutoClicker

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.

Features

  1. Activates with Ctrl+Shift keybind
  2. Adjustable click interval (in seconds)
  3. Simple user interface for easy operation
  4. Exit button for easy program termination

Requirements

  1. Python 3.x
  2. pynput library (pip install pynput)

How to use

  1. Clone this repository or download the autoclicker.py file to your computer.
  2. Open a terminal or command prompt and navigate to the directory where the autoclicker.py file is located.
  3. Install the pynput library by running pip install pynput.
  4. Run the program by running the command python autoclicker.py.
  5. The program window will appear, where you can set the click interval and start or stop the auto-clicking with the corresponding buttons.
  6. To exit the program, simply click the "Exit" button or close the window.

Author

This program was created by Nafianjaaay. If you have any questions or suggestions, please feel free to contact me at [email protected].

About

Python autoclicker program with "ctrl+shift" keybind to activate. This autoclicker program have a simple UI to welcome the user and choose the click interval (user can input the interval number) and button for exit the program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages