File | Date | Author | Commit |
---|---|---|---|
images | 2025-08-06 |
![]() |
[de766d] Initial commit |
.DS_Store | 2025-08-06 |
![]() |
[55122d] Initial commit |
.gitattributes | 2025-07-15 |
![]() |
[b638c9] Add executable with Git LFS |
LICENSE.txt | 2025-08-06 |
![]() |
[de766d] Initial commit |
README.md | 2025-07-25 |
![]() |
[26f64a] Add latest version of executable |
SQIX_Autoclicker.exe | 2025-07-25 |
![]() |
[26f64a] Add latest version of executable |
SQIX_Autoclicker.py | 2025-07-25 |
![]() |
[26f64a] Add latest version of executable |
gitattributes.txt | 2025-08-06 |
![]() |
[de766d] Initial commit |
This project is licensed under the GNU General Public License v3.0
© 2025 Sandipan Ghosh – SQIX™ | support@SQIX.com
See the LICENSE.txt file for details.
=======
SQIX™ Autoclicker is a lightweight, open-source desktop tool designed to simulate mouse clicks automatically at customizable intervals. Built for productivity, automation, and usability, it helps users keep their desktops active and handle repetitive clicking tasks effortlessly.
Automated Mouse Clicking
Simulates left, right, or middle mouse clicks automatically at predefined time intervals.
Click Type Selection
Choose between left-click, right-click, or middle-click functionality depending on your use case.
Click Interval Customization
Set precise delay between clicks (in milliseconds or seconds) for maximum control.
Start/Stop via Button or Hotkey (optional)
Quickly toggle the autoclicker using a visible button or keyboard shortcut (configurable).
Fixed or Dynamic Cursor Positioning
Automatically click at the current mouse location or a specified screen coordinate.
Click Count Limiting (optional)
Configure the number of total clicks before auto-stopping.
Minimal, Intuitive UI
Simple layout focused on ease-of-use. No unnecessary clutter or distractions.
Tray Icon Support (if implemented)
Option to minimize the app to the system tray for background operation.
Real-Time Status Indicator
Display current click status, active/inactive mode, and runtime metrics.
Windows OS Support
Fully compatible with Windows 10/11 and Windows Server environments.
Portable Build (No Installation Needed)
Single .exe file — run directly without setup or registry modification.
Low Resource Usage
Lightweight and optimized to consume minimal system memory and CPU.
GPL v3 Licensed
Freely use, modify, and distribute under the GNU General Public License version 3.
Modifiable Codebase
Developers can inspect or extend functionality while maintaining attribution.
Attribution & Non-Monetization Clause
Protects your work from unauthorized resale or uncredited use.
Preventing system sleep/idle (for remote sessions or VPNs)
Automating form submissions or UI testing
Gaming (non-monetized, ethical use)
Repetitive clicking in legacy software interfaces
Keeping collaboration tools (Slack, Teams, Zoom) "active"
Kiosk or demo station activity simulators
This is a simple autoclicker that can be used to keep your computer active while away for long duration. This includes your downloads, emails, messengers, remote site access, etc.
python -m PyInstaller --onefile --windowed --icon=images/Sqix-Autoclicker.ico --add-data "images/*;images" SQIX_Autoclicker.py
Finalize main functionality (auto click at intervals)
Add support for click type (left, right, middle)
Add click interval and duration settings
Optional: Add hotkey support for Start/Stop
Optional: Add system tray minimization
Show status (active/inactive) in UI
Add click position toggle (cursor vs fixed point)