Otoklikor is a cross-platform autoclicker built with Python + PyQt.
It’s fast, lightweight, and gives you a sleek GUI to control automated mouse clicking.
Perfect for testing, gaming, or any repetitive clicking task.
- ✅ Clean PyQt GUI — visual start/stop indicator
- ⚡ Multi-threaded clicking engine (no GUI freeze!)
- 🎛️ Global hotkey toggle (e.g. press a key to start/stop)
- 🧠 Safe threading: GUI updates happen on the main thread
- 🐍 Pure Python
- 💥 Works on Linux, and Windows
First Look
App Running
Otoklikor Demo
Otoklikor_demo.mp4
-
Clone the repo
git clone https://github.com/IshworTM/autoclicker-app.git cd autoclicker-app -
Setup a virtual environment
python3 -m venv venv-autoclicker source venv-autoclicker/bin/activate # on Linux/macOS venv-autoclicker\Scripts\activate # on Windows
-
Install dependencies
pip install -r requirements.txt
-
Run the app
cd src python app.py
You can also directly download the file from the releases tab, if you just want to use the app.
Pull requests are welcome! If you’ve got an idea to improve stability or make it better then fork it, do your thing, and open a PR.
This project is licensed under the MIT License, so feel free to go wild, just don’t remove credit.

