Skip to content

heudev/mouse-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Mouse Clicker

This is a Python script for automating mouse clicks on a set of user-defined positions. When the user clicks on the screen, the program records the position and saves it to a list. The user can then activate the automation mode by pressing the Shift key. The program will then click on each position in the list in sequence with a specified duration between clicks. The automation can be paused/resumed by pressing the Shift key again. The program can be terminated by pressing the Esc key.

The program can be useful for automating repetitive clicking tasks, such as web scraping or game playing.

Used Libraries

pynput, threading

Run the Project on Your Own Computer

Clone the project

  git clone https://github.com/heudev/mouse-clicker.git

Install dependencies

  pip install pynput 

Run the script

  python3 app.py

Note: In order for the program to work properly, you may need to give the necessary permissions from your computer.

About

Tracks mouse positions and automates clicks at those locations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages