An auto clicker app for Windows, built with Python and Win32 API.
This was a fun little project I made to help me playing the game Clicker Heroes. The auto-clicker I was using wanted to start charging for it, so I decided to make my own. It simulates mouse clicks on a given window by providing the window name, click speed, and the position, which you set by selecting a button on the GUI and then clicking where you want the click to be.
Tech Stack: Python, Win32 API, pynput, ctypes, Python Threading