modulepackage
0.0.0-20231029205735-b7a5616af130
Repository: https://github.com/checkm4ted/glicker.git
Documentation: pkg.go.dev
# README
glicker
A simple lightweight (~33MB) GUI autoclicker made in Go using Fyne and Robotgo
Installation
Go to releases and download the package
Also, If you have the Fyne CLI:
go install fyne.io/fyne/v2/cmd/fyne@latest
You should be able to run
fyne get github.com/checkm4ted/glicker
Features
- Can go up to 1000 CPS! (Cannot go higher because of the timeBeginPeriod limitation from windows
- Fast as f*** thanks to Go
- Slick UI thanks to Fyne
- Supports 7 different mouse buttons!
- Custom toggle key
- Random delay between clicks!
- Press more than one button at a time!
Screenshots
Building
Requirements:
- Go
- Fyne CLI
Instructions:
fyne package
TODO
- ~~~Multiple mouse buttons at once~~~ DONE
- Cross-platform
Credits/thanks
Thanks to Fyne For making such a great cross platform GUI and to Robotgo for allowing me to make it go clicky clicky. Also to Gohook because it's the only working keyboard event handler that I could find for Windows.