This is an old revision of the document!
Script Showcase
You asked for it, here it is. Please arrange chronologically, grouped by year, so that new scripts are near the top.
2024
- 2025-09-16(v2) Dependency Graph by 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-08-30(v1) Centered image and text by V0RT3X - Creates a resizable, draggable, and always-on-top GUI window that centers an image and text on your screen.
- 2025-05-27(v2) StringifyAll (GitHub) by Cebolla - A customizable solution for serializing object properties, including inherited properties, and/or items into a valid JSON string.
- 2025-05-04(v2) Inheritance (GitHub) by Cebolla - Functions to work with AHK's object inheritance model. Contains ideas and details how to start working with OOP patterns in AHK.
- 2025-01-19(v2) Another Array library (GitHub) by Cebolla - Contains common array methods. The implementations are optimized to require the least number of calculations to produce the intended result.
 * 2025-01-07 (v2) Yet Another AltDrag (library version) by Cobracrystal - Contains functions manipulating windows with your mouse: move, resize, snap to the corner/screen edge, make at the top and more.
2024
- 2024-12-04(v2) DLLManager by Komrad Toast - Small library which smoothes over much of the boilerplate involved with DLL-heavy scripts.
- 2024-09-30(v2) Window Spy extended by autocart - Improved spy with enlarged GUI with additional documentation for options. It has the ability to "lock" information about the current window.
- 2024-09-07(v1) Drag and drop by V0RT3X - Simply drop any file(s) onto the GUI and get the file path(s) displayed and copied to the clipboard for pasting.
- 2024-08-13(v2) Color (GitHub) by Komrad Toast - Feature-rich image manipulation library capable of complex chains of color filters.
- 2024-08-07(v2) YACS - Yet Another Color Selector (GitHub) by Komrad Toast - Handy color picking tool with a live-updating zoomed view.
- 2024-08-04(v2) class_MediaInfo by Qriist - Convenient MediaInfo library designed for quickly examining any type of file.
- 2025-02-29(v2) Easy Window Dragging (KDE style) by Cebolla - Manipulate windows with your mouse and keyboard: move and resize.
- 2024-01-29(v2) AHK_RegExTester by contratemps - Allows you to evaluate and test regex needles on the fly. Updates as you type and enter your regex.
2023
- 2023-12-20(v2) DupliDropDetective by DepthTrawler - Swiftly identify duplicate files within your folders. This tool has a user-friendly drag-and-drop feature and supports command line arguments for enhanced flexibility and automation.
- 2023-11-28(v2) cJson by Geek (GeekDude) - The first and only AutoHotkey JSON library to use embedded compiled C for high performance.
- 2023-10-27(v2) Lua.ahk by Delta Pythagorean - Provides bindings for Lua's DLL, allowing you to use Lua in your AHK scripts.
- 2023-03-31(v2) Snipper by FanaticGuru - This is a snipping tool to convert an area of the screen into a picture.
- 2023-03-05(v2) Hotstring Hints by 5Ey7Q - Shows an editor-style AutoComplete dropdown menu when typing your hotstrings anywhere.
2022
- 2024-09-09(v2) String.ahk, Array.ahk, Misc.ahk (GitHub) by Descolada - A compilation of useful string and array methods. Also contains some useful functions in Misc.ahk that can separately be copied into your scripts.
2021
2020
2019
- 2019-06-20(v1) Quick Picto Viewer by robodesign - This is an image viewer, organizer and editor based on the GDI+ and FreeImage libraries.