Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oriash93/AutoClicker
AutoClicker is a useful simple tool for automating mouse clicks.
https://github.com/oriash93/AutoClicker
autoclick autoclick-bot autoclicker autoclicktool automation clicker hacktoberfest
Last synced: 7 days ago
JSON representation
AutoClicker is a useful simple tool for automating mouse clicks.
- Host: GitHub
- URL: https://github.com/oriash93/AutoClicker
- Owner: oriash93
- License: mit
- Created: 2016-12-24T17:36:23.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T07:03:07.000Z (3 months ago)
- Last Synced: 2024-08-26T20:54:01.017Z (3 months ago)
- Topics: autoclick, autoclick-bot, autoclicker, autoclicktool, automation, clicker, hacktoberfest
- Language: C#
- Homepage:
- Size: 321 KB
- Stars: 292
- Watchers: 13
- Forks: 123
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoClicker
![GitHub release (latest by date)](https://img.shields.io/github/v/release/oriash93/AutoClicker?style=plastic)
![GitHub all releases](https://img.shields.io/github/downloads/oriash93/AutoClicker/total?style=plastic)
![GitHub](https://img.shields.io/github/license/oriash93/AutoClicker?style=plastic)AutoClicker is a desktop application for automating mouse clicks.
Written in C# and WPF.## Features
* Choose a custom interval to perform mouse tasks.
* Perform left button, right button or middle button mouse clicks.
* Perform single click tasks, or double click tasks.
* Perform clicks infinitely, or choose a limited number of times.
* Perform clicks at the current cursor position, or choose a custom position.## Platform
Currently available only for Windows OS.## Download ##
Download the latest version from the [releases](https://github.com/oriash93/AutoClicker/releases) page, unzip and run AutoClicker.exe.## Build ##
Open the solution via Visual Studio, build and run.