https://github.com/dakota-marshall/autoclicker
Small autoclicker I wrote in Go
https://github.com/dakota-marshall/autoclicker
golang tool
Last synced: 26 days ago
JSON representation
Small autoclicker I wrote in Go
- Host: GitHub
- URL: https://github.com/dakota-marshall/autoclicker
- Owner: dakota-marshall
- License: agpl-3.0
- Created: 2024-01-10T03:18:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T04:17:39.000Z (over 2 years ago)
- Last Synced: 2025-11-15T13:04:43.453Z (7 months ago)
- Topics: golang, tool
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
Basic autoclicker that I rewrote in Go from Python. Uses the Fyne GUI toolkit, and robotgo for the key event handling. Look there for the build requirements.