The Python-based keyboard auto clicker with commands system.
git clone https://github.com/Moderrek/kecker.git
cd kecker/
pip install pynput
python main.py
> toggle .
Set toggle key to .
> key i
Current tapping key is i
> speed 2
Set tap/sec to 2.0
Enjoy usage :)
- Download Python.
- Execute in terminal
pip install pynput
- Then run downloaded file.
Kecker is terminal program with commands.
- Set the clicking key "a" by command
key a
- Set the clicking speed (x per sec) by
speed x
- Start by command
start
(end bystop
) or set toggle keytoggle .
- Then tap the "." to start end clicking
Command | Description |
---|---|
info | Prints the program info |
start | Starts tapping the key |
stop | Stops tapping the key |
end | Kills the program |
config | Prints the config |
key | Sets/Gets the tap key |
speed | Sets/Gets the key tap per sec |
toggle | Sets/Gets the toggle key |