An open API service indexing awesome lists of open source software.

https://github.com/dzobamain/autocliker-cpp

Auto-clicker with the ability to add custom functionality
https://github.com/dzobamain/autocliker-cpp

auto-clicker cpp functions

Last synced: about 1 year ago
JSON representation

Auto-clicker with the ability to add custom functionality

Awesome Lists containing this project

README

          

# Autocliker

## Description

A simple auto clicker for your PC, with click interval settings, a delay before start, and other basic auto-clicker features.

## Installation Guide

1. Install **gcc**
+ https://gcc.gnu.org/
+ linux: ```sudo apt install build-essential```
+ macOS: ``` brew install gcc```
+ windows: ```pacman -S mingw-w64-ucrt-x86_64-gcc```
2. Install **ncurses** library
+ https://invisible-island.net/ncurses/
+ linux: ```sudo apt install libncurses5-dev libncursesw5-dev```
+ macOS:```brew install ncurses```
+ windows: ```pacman -S mingw-w64-ucrt-x86_64-ncurses```
3. Install **autocliker-cpp**
1. ```git clone https://github.com/dzobamain/autocliker-cpp```
2. ```cd autocliker-cpp```

## How to Compile and Run

Code Compilation (Console)

### Linux/MacOS
```
./build.sh
```
```
./autoclicker
````

### Windows
```
./build.bat
```
```
autoclicker.exe
````