A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources. Inspired by the other awesome lists. Please read CONTRIBUTING.md before contributing.
Out-of-date or discontinued, but nonetheless historically relevant items can be found on Historical.md
List of useful AutoHotkey libraries. Library is code that has some reusable functionality that can be combined with your own code in order to create new functionality.
Clipboard
WinClip - by Deo - WinClip is a clipboard manipulation class extending AutoHotkey's clipboard capabilities including support for RTF, HTML and images. Forum thread: link.
Console
AHKonsole - by G33kdude - Class based AutoHotkey library for console support. This library enables you to create an object representing a console to interact with, as well as multiple console buffer objects to facilitate in double buffering. Forum thread: link.
LibCon - by joedf - AutoHotkey Library For Console Support. This library enables you to write console applications and interact with other console instances. Basically, this library facilitates anything that has to do with writing and interacting with consoles. Forum thread: link.
Data format
AHK_ctable - by hoppfrosch - Library to handle strings in tabular format - Forum thread: link.
AutoHotkey-JSON - by cocobelgica - JSON lib for AutoHotkey. Forum thread: link.
CSV - by trueski/kdoske - Library to work with CSV files and Listview functions. Forum thread: link.