Tap
- 5 Devlogs
- 5 Total hours
Tap is a new Lightweight Open Source AutoClicker built in Python.
Tap is a new Lightweight Open Source AutoClicker built in Python.
I’ve fixed the loading of the themes, it now gets saved into the Tap folder in AppData. I’ve also removed Linux/mac from the build, because i have no way to test those 2.
Release V0.0.2
I’ve added a settings page, where users can customize their experience in the app. I’ve also fixed a bug where the CPS was not updating correctly, and was limited to 10cps. Also a new button has been added, a pin, to pin the app to the top, so it wont get lost
I’ve done a lot of imrovements on the code, i’ve also made a installer system, where you can install Tap on your system globally instead of the .exe in your downloads. Oh, and also a version system, where if you are not on the latest version, it will show a orange upgrade arrow.
I’ve improve the UI with TailwindCSS, and i’ve reworked the JS to make it future proof. I’ve also added support for hotkeys, so you can set a key to start/stop the auto clicker.
I’ve also added Github Actions to make Builds/Releases!
I’ve started with building the program, at first, i was using tkinter, but that was not so future proof, because its very limited with styling and things like that.
I’m now using pywebview, which has some HTML/CSS support, which is way better for this use.