HAC is A simple autoclicker made with Python and tkinter
- Customizable interval (in seconds)
- Hotkey support
This project was developed using:
- Python for backend logic
- Tkinter for Python GUI applications
Repository: github.com/JMF-Alex/HAC
Install dependencies:
pip install keyboard- Clone the repository:
git clone https://github.com/JMF-Alex/HAC.git- Enter the project directory:
cd HAC- Open
index.htmlin your browser.
That's it — the app runs entirely locally!
Once opened, you can:
- Navigate through the application interface
- Use the main features as intended
- Data remains saved locally in your browser
- Add a button to save the config
- Move all buttons to menu bar
Contributions are welcome!
- Fork the repository
- Create a new branch (
git checkout -b feature/MyFeature) - Commit your changes (
git commit -m "Add new feature") - Push to your branch (
git push origin feature/MyFeature) - Open a Pull Request
Distributed under the MIT license.
See the LICENSE file for more information.
- Base template inspired by Othneil Drew's Best-README-Template
- README Generated with README-Generator
- Developed by JMF-Alex