AutoClicker 2026 Record Mouse/Keyboard Code
Free AutoClicker 2026 – Mouse Recorder, Keyboard macro tool
Brought to you by:
wadelmasiru
| File | Date | Author | Commit |
|---|---|---|---|
| README.md | 2026-01-09 |
|
[ec1c36] Initial commit: Add autorecorder and configurat... |
| autoclicker_v1.py | 2026-01-09 |
|
[ec1c36] Initial commit: Add autorecorder and configurat... |
| requirements.txt | 2026-01-09 |
|
[84127b] Add requirements.txt |
A lightweight Python GUI automation tool for recording and replaying mouse and keyboard actions.
pip install -r requirements.txt
Run the application:
python autoclicker_v1.py
To create a standalone .exe file (Windows) or executable (Linux):
pip install pyinstaller
For Windows:
pyinstaller --onefile --windowed --name=HaravaRecorder autoclicker_v1.py
For Linux:
pyinstaller --onefile --windowed --name=HaravaRecorder autoclicker_v1.py
dist/ folder--onefile: Creates a single executable file--windowed: Hides the console window (GUI only)--name: Sets the output filenamepyinstaller --onefile --windowed --icon=icon.ico --name=HaravaRecorder autoclicker_v1.py
automationtool/
├── autoclicker_v1.py # Main application
├── requirements.txt # Python dependencies
├── recordings/ # Saved automation recordings (JSON)
└── sequences/ # Saved automation sequences
Open Source - Feel free to use, modify, and distribute.
Contributions are welcome! Feel free to:
Issue: PyAutoGUI fails on Linux
sudo apt-get install python3-tk python3-devIssue: Permissions error when recording
Use this tool responsibly. Automated mouse/keyboard control should only be used for legitimate automation tasks on systems you own or have permission to automate...