The Autoclicker is a graphical user interface (GUI) application built using the tkinter library in Python. It allows users to set up and control an autoclicker for automating mouse clicks on their computer.
-
Set the click interval in seconds and milliseconds.
-
Choose the mouse button (Left, Middle, Right) for clicking.
-
Select the click type (Single or Double click).
-
Choose between two click repeat options: repeat a specified number of times or repeat until stopped.
-
Record and store mouse positions for clicking.
-
Control the autoclicker using a hotkey (F7 by default).
-
Import and export configuration settings for later use.
-
Reset configuration settings to default values.
-
Access hotkey settings to customize the hotkey used to start and stop the autoclicker.
-
Ensure you have Python installed on your computer.
-
Download or clone the repository using git.
-
Install the required module
pynputusing the following command in your terminal or command prompt:
pip install pynput
-
Click the "Hotkey settings" option in the "Help" menu.
-
A new window will appear where you can customize the hotkey.
-
Click the "Start/Stop" button to start listening for a new hotkey.
-
Press the desired key or key combination to set it as the new hotkey.
-
The hotkey will be displayed in the window.
-
Close the window to save the hotkey.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the GPL-2.0 license.