This Python script is a simple autoclicker that mimics mouse clicks. It tracks your mouse cursor and clicks at a customizable interval.
- Clone this repository
git clone https://github.com/Jdka1/AutoClicker.git
- Install dependencies with
pip install -r requirements.txt
- Adjust the interval in the
main.py
file. - Run the script:
python main.py
. - Close the clicker by pressing and holding q.
This script uses mouse movements and clicks programmatically. Use it only for legitimate and ethical purposes.
Have fun autoclicking! 🚀