Skip to content

LucaCardoni/GUI-autoclicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Autoclicker GUI Application

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.

Features

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

Setup

  1. Ensure you have Python installed on your computer.

  2. Download or clone the repository using git.

  3. Install the required module pynput using the following command in your terminal or command prompt:

pip install pynput

Hotkey Customization

  1. Click the "Hotkey settings" option in the "Help" menu.

  2. A new window will appear where you can customize the hotkey.

  3. Click the "Start/Stop" button to start listening for a new hotkey.

  4. Press the desired key or key combination to set it as the new hotkey.

  5. The hotkey will be displayed in the window.

  6. Close the window to save the hotkey.

CONTRIBUTING

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

LICENSE

This project is licensed under the GPL-2.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages