AutoClicker App is a simple Python application that allows you to automate mouse clicks on your screen. It uses the pyautogui
library for simulating mouse clicks and tkinter
for the graphical user interface.
- Auto click at a specified interval.
- Start and stop clicking with a button.
- Display the number of clicks performed.
- Python 3.10 or higher
- pyautogui
- Clone the repository to your local machine.
git clone https://github.com/hajarbenjat/autoClickerApp.git
cd autoClickerApp
2.Install the required packages using the following command:
pip install -r requirements.txt
-
Run the application:
python autoclicker.py
-
The AutoClicker window will open, showing a red balloon. Click the "Start" button to begin auto-clicking. Click the "Stop" button to stop auto-clicking. You can also click inside the balloon to start or stop auto-clicking.
This project is licensed under the MIT License. See the LICENSE file for details.
Please use this application responsibly and ensure that it is used only for legitimate purposes. The author is not responsible for any misuse or illegal activities involving this application.
- pyautogui - For providing the mouse automation functionality.
- tkinter - For creating the graphical user interface.
HAJAR BENJAT