Skip to content

Releases: Aarnav-Tech/Python-Autoclicker

Second Release

Choose a tag to compare

@Aarnav-Tech Aarnav-Tech released this 13 May 05:46

🖱️ 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 .spec now supports custom app.ico icon
  • 🧹 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+
  • pynput
  • tkinter (comes with Python)

💻 How to Run

Open the exe file or

Build It yourself.

pip install pynput
python autoclicker.py

Alternatively, you can use

pip install pyinstaller
pyinstaller autoclicker.spec

First Release

Choose a tag to compare

@Aarnav-Tech Aarnav-Tech released this 10 May 16:30

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 pyinstaller
pyinstaller autoclicker.py

OR use the spec file as it contains optimised settings.

pyinstaller autoclicker.spec