Skip to content
/ HAC Public

A simple autoclicker made with Python and tkinter

License

Notifications You must be signed in to change notification settings

JMF-Alex/HAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues License

Python Tkinter Size

Table of Contents

  1. About The Project
  2. Built With
  3. Getting Started
  4. Usage
  5. Roadmap
  6. Contributing
  7. License
  8. Acknowledgments

About the Project

HAC is A simple autoclicker made with Python and tkinter

Features

  • Customizable interval (in seconds)
  • Hotkey support

Built With

This project was developed using:

  • Python for backend logic
  • Tkinter for Python GUI applications

Repository: github.com/JMF-Alex/HAC

Getting Started

Prerequisites

Install dependencies:

pip install keyboard

Installation

  1. Clone the repository:
git clone https://github.com/JMF-Alex/HAC.git
  1. Enter the project directory:
cd HAC
  1. Open index.html in your browser.

That's it — the app runs entirely locally!

Usage

Once opened, you can:

  • Navigate through the application interface
  • Use the main features as intended
  • Data remains saved locally in your browser

Roadmap

  • Add a button to save the config
  • Move all buttons to menu bar

Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/MyFeature)
  3. Commit your changes (git commit -m "Add new feature")
  4. Push to your branch (git push origin feature/MyFeature)
  5. Open a Pull Request

License

Distributed under the MIT license.

See the LICENSE file for more information.

Acknowledgments