| Both sides previous revision Previous revision Next revision | Previous revision | 
| showcase:start [2025-09-29 09:23]  – specific libs joyhak | showcase:start [2025-10-18 06:16] (current)  –  joyhak | 
|---|
|  |  | 
| ===== 2025 ===== | ===== 2025 ===== | 
|  | * ''2025-10-17'' (v2) [[https://github.com/0w0Demonic/Tanuki|Tanuki]] by [[user:0w0Demonic]] - Win32-powered GUI library that directly extends the built-in Gui type and its controls. Things that are normally too complex or tedious are now just part of the toolkit. | 
|  | * ''2025-09-21'' (v1) [[https://github.com/elModo7/Script-Search-Tool|Script Search]] by [[user:elModo7]] - Scripts manager and searcher. Works with archived and plain scripts. Allows you to preview found script. | 
|  | * ''2025-09-17'' (v2) [[https://github.com/The-CoDingman/RemoteListView.ahk|RemoteListView]] by [[user:The-CoDingman]] - Allows you to easily work with ListView controls in any external application: find, select and retrieve items from ListView. | 
|  | * ''2025-09-16'' (v2) [[https://github.com/JoyHak/ChangeLogSorter|ChangeLogSorter]] by [[user:Rafaello]] - Merges change logs into one file in chronological order. Allows to sort fixes, changes, etc. by date. | 
| * ''2025-09-16'' (v2) [[https://github.com/Cobracrystal/ahk/blob/main/LibrariesV2/Dependencies.ahk|Dependency Graph]] by [[user:Cobracrystal]] - Visualize the dependencies of your file or project as a graph, tree, list or array. It also allows you to manage the merging of included scripts and libraries into a single file. | * ''2025-09-16'' (v2) [[https://github.com/Cobracrystal/ahk/blob/main/LibrariesV2/Dependencies.ahk|Dependency Graph]] by [[user:Cobracrystal]] - Visualize the dependencies of your file or project as a graph, tree, list or array. It also allows you to manage the merging of included scripts and libraries into a single file. | 
| * ''2025-09-08'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=139053|GuiNotify]] by [[user:V0RT3X]] - A customizable GUI notification system. | * ''2025-09-08'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=139053|GuiNotify]] by [[user:V0RT3X]] - A customizable GUI notification system. | 
| * ''2025-08-14'' (v2) [[https://github.com/0w0Demonic/Alchemy|Alchemy]] by [[user:0w0Demonic]] - Toolkit for OOP and data manipulation: map chains, class methods and properties privatizers, API client generators, self-generating enum classes, cascading objects and classes and more. | * ''2025-08-14'' (v2) [[https://github.com/0w0Demonic/Alchemy|Alchemy]] by [[user:0w0Demonic]] - Toolkit for OOP and data manipulation: map chains, class methods and properties privatizers, API client generators, self-generating enum classes, cascading objects and classes and more. | 
| * ''2025-08-12'' (v2) [[https://github.com/0w0Demonic/Yako|Yako]] by [[user:0w0Demonic]] - Overwrite window procedures of external applications using DLL injection, a well-known hacking technique that involves injecting code into foreign processes. | * ''2025-08-12'' (v2) [[https://github.com/0w0Demonic/Yako|Yako]] by [[user:0w0Demonic]] - Overwrite window procedures of external applications using DLL injection, a well-known hacking technique that involves injecting code into foreign processes. | 
|  | * ''2025-08-11'' (v2) [[https://github.com/JoyHak/MarkdownToBBCode|MarkdownToBBCode]] by [[user:Rafaello]] - Convert text from Markdown to BBCode markup language using GUI or CLI. | 
| * ''2025-07-14'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=138178&p=610320#p610320|Timer]] ([[https://github.com/Nich-Cebolla/AutoHotkey-LibV2/blob/main/Timer.ahk|GitHub]]) by [[user:Cebolla]] - A reusable timer object with history functionality. The object inherits from Array. | * ''2025-07-14'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=138178&p=610320#p610320|Timer]] ([[https://github.com/Nich-Cebolla/AutoHotkey-LibV2/blob/main/Timer.ahk|GitHub]]) by [[user:Cebolla]] - A reusable timer object with history functionality. The object inherits from Array. | 
|  | * ''2025-07-03'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=138039|Dbg]] by [[user:Disintegration99]] - Improved MsgBox that can display the contents of arrays, objects, buffers, and much, much more. For example, you can see a Hex dump of buffers or the exact type of numeric values. | 
| * ''2025-06-14'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137712|MenuIcon]] by [[user:SKAN]] - Cheap/Hackish HICONs for Menu.SetIcon() which allows to use [[https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-ui-symbol-font#how-do-i-get-this-font|Segoe MDL2 Assets]] font for menu icons. | * ''2025-06-14'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137712|MenuIcon]] by [[user:SKAN]] - Cheap/Hackish HICONs for Menu.SetIcon() which allows to use [[https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-ui-symbol-font#how-do-i-get-this-font|Segoe MDL2 Assets]] font for menu icons. | 
| * ''2025-05-27'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137415&p=604407#p604407|StringifyAll]] ([[https://github.com/Nich-Cebolla/StringifyAll|GitHub]]) by [[user:Cebolla]] - A customizable solution for serializing object properties, including inherited properties, and/or items into a valid JSON string. | * ''2025-05-27'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137415&p=604407#p604407|StringifyAll]] ([[https://github.com/Nich-Cebolla/StringifyAll|GitHub]]) by [[user:Cebolla]] - A customizable solution for serializing object properties, including inherited properties, and/or items into a valid JSON string. | 
|  | * ''2025-05-22'' (v2) [[https://github.com/Chuckalttponline/ScriptLink--IPC--for-AutoHotKey-v2/tree/main|ScriptLink]] by [[user:Cebolla]] - Class for scripts [[https://www.geeksforgeeks.org/operating-systems/inter-process-communication-ipc|commmunication]] via messages. Allows you to call any function, class and method from any other script. | 
| * ''2025-05-10'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137136|Toggle Taskbar Grouping]] by [[user:mesutakcan]] - Toggles the taskbar grouping setting in Windows. It changes the setting between "Never combine" and "Always combine". | * ''2025-05-10'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137136|Toggle Taskbar Grouping]] by [[user:mesutakcan]] - Toggles the taskbar grouping setting in Windows. It changes the setting between "Never combine" and "Always combine". | 
| * ''2025-05-04'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137065|Inheritance]] ([[https://github.com/Nich-Cebolla/AutoHotkey-LibV2/tree/main/inheritance|GitHub]]) by [[user:Cebolla]] - Functions to work with AHK's object inheritance model. Contains ideas and details how to start working with OOP patterns in AHK. | * ''2025-05-04'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137065|Inheritance]] ([[https://github.com/Nich-Cebolla/AutoHotkey-LibV2/tree/main/inheritance|GitHub]]) by [[user:Cebolla]] - Functions to work with AHK's object inheritance model. Contains ideas and details how to start working with OOP patterns in AHK. | 
|  | * ''2025-05-04'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=137068|FindControls]] by [[user:Rafaello]] - Wrapper around the MS function ''FindWindowEx'' that provides an alternative fast way to get window controls (elements) recursively. | 
|  | * ''2025-04-25'' (v2) [[https://github.com/DemerNkardaz/DSL-KeyPad|DSL KeyPad]] by [[user:DemerNkardaz]] - Multilingual input, auxiliary tool for typing languages based on Latin & Cyrillic scripts and special characters. | 
|  | * ''2024-04-13'' (v2) [[https://github.com/Descolada/AHK-v2-libraries/blob/main/Lib/WinEvent.ahk|WinEvent]] ([[https://github.com/Descolada/Aris|GitHub]]) by [[user:Descolada]] - Monitors window events for all windows or specific windows and calls passed callback on event. | 
| * ''2025-03-10'' (v2) [[https://github.com/0w0Demonic/AquaHotkey|AquaHotkey]] by [[user:0w0Demonic]] - Class prototyping library that lets you rewrite or extend built-in types like ''Array'', ''String'' or ''Map'' to match your own style and preferences. It's big meta-programming toolkit to improve your overall AHK experience. | * ''2025-03-10'' (v2) [[https://github.com/0w0Demonic/AquaHotkey|AquaHotkey]] by [[user:0w0Demonic]] - Class prototyping library that lets you rewrite or extend built-in types like ''Array'', ''String'' or ''Map'' to match your own style and preferences. It's big meta-programming toolkit to improve your overall AHK experience. | 
|  | * ''2025-05-08'' (v2) [[https://github.com/JoyHak/Flow-Launcher-windows-key|FlowHotkeys]] by [[user:Rafaello]] - Allows you to single, double press or hold any hotkey in [[https://github.com/Flow-Launcher/Flow.Launcher|Flow Launcher]] (files/apps searcher), use ''Windows'' key to open Flow Launcher, open any file in selected editor and show the target path of any found ''lnk'' or ''url'' file. | 
| * ''2025-02-16'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135897&p=597974#p597974|QuickFind]] ([[https://github.com/Nich-Cebolla/AutoHotkey-QuickFind|GitHub]]) by [[user:Cebolla]] - This function performs a binary search on a sorted array, returning the index of the target value if found. | * ''2025-02-16'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135897&p=597974#p597974|QuickFind]] ([[https://github.com/Nich-Cebolla/AutoHotkey-QuickFind|GitHub]]) by [[user:Cebolla]] - This function performs a binary search on a sorted array, returning the index of the target value if found. | 
| * ''2025-02-06'' (v2) [[https://github.com/Nich-Cebolla/ParseCsv-AutoHotkey|CSV parser]] by [[user:Cebolla]] - An all-purpose, easy-to-use CSV parser. | * ''2025-02-06'' (v2) [[https://github.com/Nich-Cebolla/ParseCsv-AutoHotkey|CSV parser]] by [[user:Cebolla]] - An all-purpose, easy-to-use CSV parser. | 
|  | * ''2025-02-01'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135649|BorderActions]] by [[user:lnminente]] - Set the borders inside the window inside which the mouse wheel will perform the specified actions. This allows you to use a mouse with a small number of buttons as a multifunctional tool. | 
|  | * ''2025-01-26'' (v1) [[https://github.com/JoyHak/QuickSwitch|QuickSwitch]] by [[user:Rafaello]] - "Open/save as" file dialog improvement. Lets you automatically switch to the path you need from supported file managers, clipboard or saved favorite paths. | 
| * ''2025-01-19'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137790|Segoe MDL2 Assets Icon Picker]] ([[https://github.com/akcansoft/Segoe-MDL2-Assets-Icon-Picker|GitHub]]) by [[user:mesutakcan]] - Lightweight utility that allows you to browse, search, and copy icons from the Segoe MDL2 Assets font, which is widely used in Windows applications for modern UI symbols. | * ''2025-01-19'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137790|Segoe MDL2 Assets Icon Picker]] ([[https://github.com/akcansoft/Segoe-MDL2-Assets-Icon-Picker|GitHub]]) by [[user:mesutakcan]] - Lightweight utility that allows you to browse, search, and copy icons from the Segoe MDL2 Assets font, which is widely used in Windows applications for modern UI symbols. | 
| * ''2025-01-19'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135401|Distributions]] ([[https://github.com/Nich-Cebolla/AutoHotkey-Distributions|GitHub]]) by [[user:Cebolla]] - Functions for generating sets of random numbers that adhere to the distribution type: clustered, even, exponential, gaussian and weighted. | * ''2025-01-19'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135401|Distributions]] ([[https://github.com/Nich-Cebolla/AutoHotkey-Distributions|GitHub]]) by [[user:Cebolla]] - Functions for generating sets of random numbers that adhere to the distribution type: clustered, even, exponential, gaussian and weighted. | 
| * ''2024-08-07'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=132474|Flexi-Finder]] by [[user:prasad383]] - File search script designed for quick and customizable searches within specific folders or groups of folders. Easily configureable to search for particular file extensions and assign different hotkeys to switch between various directory sets. | * ''2024-08-07'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=132474|Flexi-Finder]] by [[user:prasad383]] - File search script designed for quick and customizable searches within specific folders or groups of folders. Easily configureable to search for particular file extensions and assign different hotkeys to switch between various directory sets. | 
| * ''2024-08-13'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=132433|Color]] ([[https://github.com/tylerjcw/Color|GitHub]]) by [[user:Komrad Toast]] - Feature-rich image manipulation library capable of complex chains of color filters. | * ''2024-08-13'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=132433|Color]] ([[https://github.com/tylerjcw/Color|GitHub]]) by [[user:Komrad Toast]] - Feature-rich image manipulation library capable of complex chains of color filters. | 
|  | * ''2024-08-09'' (v2) [[https://github.com/The-CoDingman/gToolTip.ahk|gToolTip]] by [[user:The-CoDingman]] - Class for creating custom ToolTips. Improves displayed ToolTips management and custiomization. | 
| * ''2024-08-07'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=132295|YACS - Yet Another Color Selector]] ([[https://github.com/tylerjcw/YACS|GitHub]]) by [[user:Komrad Toast]] - Handy color picking tool with a live-updating zoomed view. | * ''2024-08-07'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=132295|YACS - Yet Another Color Selector]] ([[https://github.com/tylerjcw/YACS|GitHub]]) by [[user:Komrad Toast]] - Handy color picking tool with a live-updating zoomed view. | 
| * ''2024-08-04'' (v2) [[https://github.com/Qriist/class_MediaInfo|class_MediaInfo]] by [[user:Qriist]] - Convenient MediaInfo library designed for quickly examining any type of file. | * ''2024-08-04'' (v2) [[https://github.com/Qriist/class_MediaInfo|class_MediaInfo]] by [[user:Qriist]] - Convenient MediaInfo library designed for quickly examining any type of file. | 
| * ''2025-07-30'' (v2) [[https://github.com/akcansoft/AS-Image-Viewer|AS Image Viewer]] by [[user:mesutakcan]] - Minimalist image viewer application that uses [[https://github.com/buliasz/AHKv2-Gdip|GDI+]] for rendering. It supports multiple image formats and allows easy navigation and management through a simple GUI interface. | * ''2025-07-30'' (v2) [[https://github.com/akcansoft/AS-Image-Viewer|AS Image Viewer]] by [[user:mesutakcan]] - Minimalist image viewer application that uses [[https://github.com/buliasz/AHKv2-Gdip|GDI+]] for rendering. It supports multiple image formats and allows easy navigation and management through a simple GUI interface. | 
|  | * ''2025-09-21'' (v2) [[https://github.com/nperovic/GuiEnhancerKit|GUI enhancer]] by [[user:nperovic]] - Provides a set of extended methods and properties to enhance your GUI development experience: rounded controls, change back and front color, apply mika blur, update and resize controls, register messages and more. | 
|  | * ''2024-06-24'' (v2) [[https://github.com/The-CoDingman/Script-Communication|Script Communication]] by [[user:The-CoDingman]] - Library for scripts [[https://www.geeksforgeeks.org/operating-systems/inter-process-communication-ipc|commmunication]] via messages. Allows to send and recieve messages (and data) between separate AHK scripts. | 
| * ''2024-06-20'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=76&t=130859&p=575882&hilit=color+picker#p575882|ChooseFont]] by [[user:JnLlnd]] - Font selection dialog with various flags. | * ''2024-06-20'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=76&t=130859&p=575882&hilit=color+picker#p575882|ChooseFont]] by [[user:JnLlnd]] - Font selection dialog with various flags. | 
| * ''2024-05-31'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=130379&p=573653&hilit=color+picker#p573653|Colorette]] by [[user:hisrRB57]] - Simple standalone script that runs when you launch it, lets you pick a color (Hex or RGB) and exits the script. | * ''2024-05-31'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=130379&p=573653&hilit=color+picker#p573653|Colorette]] by [[user:hisrRB57]] - Simple standalone script that runs when you launch it, lets you pick a color (Hex or RGB) and exits the script. | 
|  | * ''2024-04-09'' (v2) [[https://github.com/evilC/TapHoldManager|TapHoldManager]] by [[user:evilC]] - Class for Long Press / Multi tap / Multi tap and hold. Allows you to use the same hotkey for different actions and create context sensitive versions of such hotkeys. | 
|  | * ''2024-03-27'' (v2) [[https://github.com/The-CoDingman/WebViewToo|WebViewToo]] by [[user:The-CoDingman]] - Allows for use of the [[https://learn.microsoft.com/en-us/microsoft-edge/webview2/|WebView2 Framework]] within AHK to create Web Controls and Web-based GUIs. | 
| * ''2024-03-11'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=127179|LibQurl]] ([[https://github.com/Qriist/LibQurl|GitHub]]) by [[user:Qriist]] - Feature-rich binding of [[https://curl.se/|curl]]/[[https://curl.se/libcurl/|libcurl]], bringing to AutoHotKey the scriptable power of perhaps the most widely used data transfer engine on the planet. | * ''2024-03-11'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=127179|LibQurl]] ([[https://github.com/Qriist/LibQurl|GitHub]]) by [[user:Qriist]] - Feature-rich binding of [[https://curl.se/|curl]]/[[https://curl.se/libcurl/|libcurl]], bringing to AutoHotKey the scriptable power of perhaps the most widely used data transfer engine on the planet. | 
| * ''2025-02-29'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=126656|Easy Window Dragging]] (KDE style) by [[user:Cebolla]] - Manipulate windows with your mouse and keyboard: move and resize. | * ''2025-02-29'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=126656|Easy Window Dragging]] (KDE style) by [[user:Cebolla]] - Manipulate windows with your mouse and keyboard: move and resize. | 
| * ''2023-11-28'' (v2) [[https://github.com/G33kDude/cJson.ahk|cJson]] by [[user:geek]] - The first and only AutoHotkey JSON library to use embedded compiled C for high performance. | * ''2023-11-28'' (v2) [[https://github.com/G33kDude/cJson.ahk|cJson]] by [[user:geek]] - The first and only AutoHotkey JSON library to use embedded compiled C for high performance. | 
| * ''2023-10-27'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=122655|Lua.ahk]] by [[user:delpyth]] - Provides bindings for Lua's DLL, allowing you to use Lua in your AHK scripts. | * ''2023-10-27'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=122655|Lua.ahk]] by [[user:delpyth]] - Provides bindings for Lua's DLL, allowing you to use Lua in your AHK scripts. | 
|  | * ''2023-08-29'' (v1) [[https://github.com/Ixiko/AHK-CodeSearch|Code Search]] by [[user:lxiko]] - Recursive search for any code on your hard drive (not limited to ''.ahk''). Allows you to preview found results, filter them and search in specified directories. | 
| * ''2023-03-31'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=115622|Snipper]] by [[user:FanaticGuru]] - This is a snipping tool to convert an area of the screen into a picture. | * ''2023-03-31'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=115622|Snipper]] by [[user:FanaticGuru]] - This is a snipping tool to convert an area of the screen into a picture. | 
|  | * ''2024-03-26'' (v2) [[https://github.com/The-CoDingman/ClipboardManager|ClipboardManager]] by [[user:The-CoDingman]]  Custom Clipboard History Manager allowing you to log information separately from the basic Window's Clipboard History. | 
|  | * ''2023-03-21'' (v2) [[https://github.com/evilC/AutoHotInterception|AutoHotInterception]] by [[user:evilC]] - A driver for intercepting keys and blocking input. Allows you to perform deep hotkeys remapping bypassing AHK hotkey system. | 
| * ''2023-03-05'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?p=510831#p510831|Hotstring Hints]] by [[user:5Ey7Q]] - Shows an editor-style AutoComplete dropdown menu when typing your hotstrings anywhere. | * ''2023-03-05'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?p=510831#p510831|Hotstring Hints]] by [[user:5Ey7Q]] - Shows an editor-style AutoComplete dropdown menu when typing your hotstrings anywhere. | 
| * ''2023-01-01'' (v2) [[https://discord.com/channels/115993023636176902/1170220095512002560/1170220095512002560|DarkMode WindowSpy]] by [[user:nperovic]] - Window Spy in Darkmode Styling. | * ''2023-01-01'' (v2) [[https://discord.com/channels/115993023636176902/1170220095512002560/1170220095512002560|DarkMode WindowSpy]] by [[user:nperovic]] - Window Spy in Darkmode Styling. |