Releases: Aarnav-Tech/Python-Autoclicker
Releases · Aarnav-Tech/Python-Autoclicker
Release list
Second Release
🖱️ AutoClicker
AutoClicker is a clean, customizable, and cross-platform desktop app built with Python and Tkinter.
It simulates mouse clicks at precise intervals, controlled via a sleek GUI or hotkeys.
Perfect for gaming, testing, or automation workflows.
Built for simplicity. Powered by control.
🔥 What's New in v1.1.0
🆕 Second Release – v1.1.0
- 💡 Configurable click interval using hours, minutes, seconds, milliseconds
- 🎨 Improved GUI styling with better layout and hover tooltips
- 🎮 Hotkey selection (F6–F9) directly in the GUI
- 🖱️ Start/Stop button with live status indicator
- 🔒 Single-instance protection (prevents multiple app windows)
- 🍎 macOS and Linux support added
- 🛠️ Fixed threading and hotkey issues from v1.0
- 🖼️ PyInstaller
.specnow supports customapp.icoicon - 🧹 General code cleanup & stability upgrades
📜 Changelog
✅ v1.1.0 – Second Release
- Time-based interval inputs (h/m/s/ms)
- Start/Stop toggle button with feedback
- GUI hotkey selection (F6 to F9)
- Tooltips for user guidance
- Cross-platform support (Windows/macOS/Linux)
- Single-instance enforcement
- PyInstaller compatibility with icon
- Bug fixes and code optimization
🏁 v1.0.0 – Initial Release
- Basic autoclicker with hotkey (F6)
- Millisecond-based interval input
- Simple Tkinter GUI
- Windows Only 👎🏻
📦 Requirements
- Python 3.10+
pynputtkinter(comes with Python)
💻 How to Run
Open the exe file or
Build It yourself.
pip install pynput
python autoclicker.pyAlternatively, you can use
pip install pyinstaller
pyinstaller autoclicker.specFirst Release
The gui on this thing isn't perfect yet (I dont have a lot of time) if you can, please suggest changes!
Made with pyinstaller
pip install pyinstallerpyinstaller autoclicker.pyOR use the spec file as it contains optimised settings.
pyinstaller autoclicker.spec