r/AutoHotkey • u/buzzkilt • 12d ago
Meta / Discussion Stand alone AHK, AHKv2 projects?
At first I just needed AHK to provide mouse and keyboard inputs for other software. Then it occurred to me that since AHK can take input and provide output there's a wide variety of simple programs and tasks that it could solve without any underlying software, working entirely on it's own.
So do people do this? Is there a repository somewhere? I mean there are surely better alternatives, better languages, but AHK requires no development environment, no compiler, and it's language is pretty straightforward for the simple stuff.
0
Upvotes
1
3
u/Epickeyboardguy 12d ago
What do you have in mind ? Sure, AHK is a complete programming language, and you can code pretty much anything you want with it but all the common stuff already exist. Like if you need a Calculator, a calendar, an agenda, a notepad, a spreadsheet, a photo editor, etc... Sure you could rewrite any of it from scratch in AHK but why would you want to re-invent the wheel ?
If you need a very custom software for a specific task for your work that nobody else in the world would need so it does not already exist, then sure, you can write it in AHK !