https://github.com/archismankarmakar/mouse-click-automator-electronjs-cpf-webapp
https://github.com/archismankarmakar/mouse-click-automator-electronjs-cpf-webapp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/archismankarmakar/mouse-click-automator-electronjs-cpf-webapp
- Owner: ArchismanKarmakar
- License: mit
- Created: 2024-03-30T16:37:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T16:38:45.000Z (over 1 year ago)
- Last Synced: 2025-01-17T22:42:21.977Z (9 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Clicker App
Automate mouse clicks with ease using this Electron Forge application. The app includes a user-friendly interface and a profile system for managing different auto-click options, each with customizable labels.
## Features
- **Mouse Click Automation:** Effortlessly automate mouse clicks for repetitive tasks.
- **Profile System:** Create and manage multiple auto-click profiles for various use cases.
- **Custom Labels:** Easily identify and switch between different auto-click profiles with customizable labels.## Getting Started
### Prerequisites
Make sure you have Node.js and npm installed on your machine.
### Dependencies
- [RobotJS](https://github.com/octalmage/robotjs)
- [sqlite3](https://github.com/mapbox/node-sqlite3)### Installation
Clone this repository: https://github.com/ArchismanKarmakar/Mouse-Click-Automator-ElectronJS-CPF-WEBAPP
cd auto-clicker
npm install## How To Use
First in the auto-clicker directory open a terminal and input 'npm start'.
Then simply select an input value you desire and click F9 on the keyboard.### How To Setup a Profile
Once you've input your desired inputs click the + button at the top left and input a title for your profile and click add. Now your profile will be visible on the right side of the application for quick selection.### How to Edit a Profile
- To edit a profile, choose the desired profile and click the "Edit" button located to the left of the active profile text. Upon clicking, you will enter the profile edit mode, where all inputs are restricted to the selected profile. Changes will only be applied when you click the "Save" button.
- Click the back button to undo all changes made while in edit mode
- While in edit mode click the active profile text and edit the profile title### Thank you
Thank you for checking out Auto Clicker. Any contributions are welcome.