Skip to content

AutoClicker App is a simple Python application that allows users to automate mouse clicks at regular intervals. It provides a graphical user interface (GUI) built with tkinter and uses pyautogui library for simulating mouse clicks.

License

Notifications You must be signed in to change notification settings

hajarbenjat/autoClickerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoClicker App

Python License

Description

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.

Features

  • Auto click at a specified interval.
  • Start and stop clicking with a button.
  • Display the number of clicks performed.

Requirements

  • Python 3.10 or higher
  • pyautogui

Installation

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

  1. Run the application: python autoclicker.py

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

Screenshots

AutoClicker App AutoClicker App

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

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.

Acknowledgments

  • pyautogui - For providing the mouse automation functionality.
  • tkinter - For creating the graphical user interface.

Author

HAJAR BENJAT

About

AutoClicker App is a simple Python application that allows users to automate mouse clicks at regular intervals. It provides a graphical user interface (GUI) built with tkinter and uses pyautogui library for simulating mouse clicks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages