{"id":27624393,"url":"https://github.com/mahmudnibir/autoclickergui","last_synced_at":"2025-04-23T11:38:51.658Z","repository":{"id":288966949,"uuid":"969682200","full_name":"mahmudnibir/AutoClickerGUI","owner":"mahmudnibir","description":"⚕️AutoClickerGUI is an advanced Python-based tool that automates mouse clicks on specified images (like UI buttons). Whether you're automating tasks on websites or in apps, this tool gives you full control with a beautiful and intuitive GUI.","archived":false,"fork":false,"pushed_at":"2025-04-20T18:08:28.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T19:23:34.058Z","etag":null,"topics":["auto-clicker","automation","button-click-event","gui","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mahmudnibir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-20T17:46:28.000Z","updated_at":"2025-04-20T18:11:14.000Z","dependencies_parsed_at":"2025-04-20T19:33:44.015Z","dependency_job_id":null,"html_url":"https://github.com/mahmudnibir/AutoClickerGUI","commit_stats":null,"previous_names":["mahmudnibir/autoclickergui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmudnibir%2FAutoClickerGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmudnibir%2FAutoClickerGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmudnibir%2FAutoClickerGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmudnibir%2FAutoClickerGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahmudnibir","download_url":"https://codeload.github.com/mahmudnibir/AutoClickerGUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250428883,"owners_count":21429217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auto-clicker","automation","button-click-event","gui","python","python3"],"created_at":"2025-04-23T11:38:50.948Z","updated_at":"2025-04-23T11:38:51.652Z","avatar_url":"https://github.com/mahmudnibir.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoClickerGUI\r\n\r\n![AutoClickerGUI](https://img.shields.io/badge/Built%20With-Python-blue?style=flat-square)\r\n![Status](https://img.shields.io/badge/Status-Active-brightgreen?style=flat-square)\r\n\r\n## 🚀 Overview\r\n**AutoClickerGUI** is an advanced Python-based tool that automates mouse clicks on specified images (like UI buttons). Whether you're automating tasks on websites or in apps, this tool gives you full control with a beautiful and intuitive GUI.\r\n\r\n---\r\n\r\n## 🛠 Features\r\n- Image-based clicking automation\r\n- Drag-and-drop image queue\r\n- Click count, confidence level, and loop settings\r\n- Theme toggle (Light 🌞 / Dark 🌙)\r\n- Save \u0026 load profiles\r\n- System tray support\r\n- Hotkey support (F3 to Start/Stop)\r\n- Real-time logging with export option\r\n\r\n---\r\n\r\n## 📦 Installation\r\n\r\n### 🐍 Run Python Script\r\n1. Make sure Python is installed ([Download Python](https://www.python.org/downloads/)).\r\n2. Install dependencies:\r\n\r\n```bash\r\npip install pyautogui pystray keyboard customtkinter pillow\r\n```\r\n\r\n3. Run the script:\r\n\r\n```bash\r\npython AutoClickerGUI.py\r\n```\r\n\r\n---\r\n\r\n## 🧠 How It Works\r\n\r\n### 🖼 Upload Images\r\nUpload PNG/JPG images of the buttons you want clicked. The tool will scan your screen for them.\r\n\r\n### ⚙️ Configure Settings\r\n- **Confidence**: Match accuracy (0.5 to 1.0)\r\n- **Clicks per Image**: Number of clicks per match\r\n- **Max Loops**: 0 = infinite\r\n- **Search Delay**: Time between image searches\r\n- **Cycle Delay**: Time between each loop cycle\r\n\r\n### ▶️ Start Clicking\r\nClick **Start** to begin. The tool will loop through images and click them as configured.\r\n\r\n### ⏹️ Stop Anytime\r\nClick **Stop** or use the `F3` hotkey.\r\n\r\n---\r\n\r\n## 🧰 Extra Features\r\n\r\n### 🔄 System Tray Support\r\nMinimize to tray with quick options:\r\n- Show app\r\n- Start/Stop\r\n- Exit\r\n\r\n\u003e Ensure `icon.ico` is in the root directory.\r\n\r\n### 💾 Save/Load Profiles\r\nSave all your configs and uploaded images as a `.json` profile to use later.\r\n\r\n### 📋 Logs\r\nReal-time logs help you debug or understand app behavior. Export logs to `.txt` for review.\r\n\r\n---\r\n\r\n## 🧯 Troubleshooting\r\n\r\n### 🔍 Image Not Found?\r\n- Make sure the button image is fully visible on your screen.\r\n- Increase confidence tolerance if needed.\r\n\r\n### ❌ Tray Icon Not Showing?\r\n- Ensure `icon.ico` exists.\r\n- If missing, a temporary icon will be generated.\r\n\r\n---\r\n\r\n## 🙋‍♂️ Need Help?\r\nFor questions, custom features, or bugs, feel free to reach out via [GitHub Issues](https://github.com/mahmudnibir/AutoClickerGUI/issues) or contact me directly.\r\n\r\n---\r\n\r\n## 📄 License\r\nMIT License. Feel free to fork, remix, and build on top of it ✨\r\n\r\n---\r\n\r\nMade by [Nibir Mahmud](https://github.com/mahmudnibir)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmudnibir%2Fautoclickergui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahmudnibir%2Fautoclickergui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmudnibir%2Fautoclickergui/lists"}