Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/checkm4ted/glicker
Browse files Browse the repository at this point in the history
  • Loading branch information
jxqu3 committed Oct 29, 2023
2 parents 1f42c4a + a84c8f1 commit 739d531
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# glicker
A simple lightweight (~33MB) GUI autoclicker made in Go using Fyne and Robotgo

## Features
1. Can go up to 1000 CPS! (Cannot go higher because of the [timeBeginPeriod](https://learn.microsoft.com/en-us/windows/win32/api/timeapi/nf-timeapi-timebeginperiod) limitation from windows
2. Fast as f*** thanks to Go
3. Slick UI thanks to Fyne
4. Supports 7 different mouse buttons!
5. Custom toggle key
7. Random delay between clicks!

## Screenshots
![image](https://github.com/checkm4ted/glicker/assets/146487129/87201028-bb99-46dd-9778-fec7b0f92c70)
![image](https://github.com/checkm4ted/glicker/assets/146487129/86a4df7d-87b2-4c97-9b8e-48cc6d326613)

## Installation
Go to releases and download the package

## TODO
[] Multiple mouse buttons at once
[] Cross-platform

0 comments on commit 739d531

Please sign in to comment.