https://github.com/luggapugga/autoclicker
Simple autoclicker using electron and robotjs
https://github.com/luggapugga/autoclicker
autoclicker electron robotjs shadcn
Last synced: about 2 months ago
JSON representation
Simple autoclicker using electron and robotjs
- Host: GitHub
- URL: https://github.com/luggapugga/autoclicker
- Owner: LuggaPugga
- Created: 2025-04-22T15:06:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T13:48:27.000Z (about 1 year ago)
- Last Synced: 2025-04-23T14:24:42.635Z (about 1 year ago)
- Topics: autoclicker, electron, robotjs, shadcn
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoClicker

> [!NOTE]
> Mouse button hotkeys are currently only supported on Windows. Keyboard hotkeys work on all platforms.
## About
I created this autoclicker because I couldn't find any open-source autoclickers that had all the features I wanted. This project is designed to be simple, powerful, and cross-platform, with a modern UI and essential features.
## Features
- **Hotkeys:** Easily start and stop clicking with customizable keyboard shortcuts.
- **CPS (Clicks Per Second):** Set and monitor your desired click speed.
## Tech Stack
- **Tauri** – Cross-platform desktop app framework
- **Enigo** – Rust library for input simulation
- **Device_Query** – Detecting input events
- **Shadcn** – UI components
- **Tailwind CSS** – Utility-first CSS framework
## Compatibility
- **Windows**
- **Linux** (X11)
- **Mac** (untested)