showcase:start

This is an old revision of the document!


You asked for it, here it is. Please arrange chronologically, grouped by year, so that new scripts are near the top.

  • 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-09-08 (v1) GuiNotify by V0RT3X - A customizable GUI notification system.
  • 2025-09-07 (v2) AhkWin32Projection by holy-tao - Provides wrappers and toolkits for working with Win32 API. It aims greatly simplify the process of working with structs and DllCalls and to alleviate the plague of magic numbers.
  • 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-08-17 (v2) ProcessRunner by PolarGoose - A DLL that provides class to run executables, read their output and exit code.
  • 2025-08-14 (v2) Alchemy by 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) Yako by 0w0demonic - Overwrite window procedures of external applications using DLL injection, a well-known hacking technique that involves injecting code into foreign processes.
  • 2025-07-14 (v2) Timer (GitHub) by Cebolla - A reusable timer object with history functionality. The object inherits from Array.
  • 2025-06-14 (v2) MenuIcon by SKAN - Cheap/Hackish HICONs for Menu.SetIcon() which allows to use Segoe MDL2 Assets font for menu icons.
  • 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-10 (v2) Toggle Taskbar Grouping by mesutakcan - Toggles the taskbar grouping setting in Windows. It changes the setting between "Never combine" and "Always combine".
  • 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-03-10 (v2) AquaHotkey by 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-02-16 (v2) QuickFind (GitHub) by Cebolla - This function performs a binary search on a sorted array, returning the index of the target value if found.
  • 2025-02-06 (v2) CSV parser by Cebolla - An all-purpose, easy-to-use CSV parser.
  • 2025-01-19 (v2) Segoe MDL2 Assets Icon Picker (GitHub) by 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) Distributions (GitHub) by Cebolla - Functions for generating sets of random numbers that adhere to the distribution type: clustered, even, exponential, gaussian and weighted.
  • 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-12-04 (v2) DLLManager by Komrad Toast - Small library which smoothes over much of the boilerplate involved with DLL-heavy scripts.
  • 2024-10-14 (v2) adash.ahk (GitHub) by Chunjee - Comprehensive collection of data manipulation methods to slice and dice arrays, string, and tables.
  • 2024-10-13 (v2) Aris (GitHub) by Descolada - Excellent AHK package manager that greatly simplifies finding, installing, and upgrading any library you might need.
  • 2024-10-03 (v2) Monitor (GitHub) by Cebolla - Classes with methods for obtaining information about monitor size, dimensions, position, and DPI.
  • 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-24 (v2) MonoChrome Theme Maker by kunkel321 - Design your own color theme for GUIs, then export the hexcodes.
  • 2024-08-07 (v2) Flexi-Finder by 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) 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-07-30 (v2) AS Image Viewer by mesutakcan - Minimalist image viewer application that uses GDI+ for rendering. It supports multiple image formats and allows easy navigation and management through a simple GUI interface.
  • 2024-06-20 (v1) ChooseFont by JnLlnd - Font selection dialog with various flags.
  • 2024-05-31 (v2) Colorette by hisrRB57 - Simple standalone script that runs when you launch it, lets you pick a color (Hex or RGB) and exits the script.
  • 2024-03-11 (v2) LibQurl (GitHub) by Qriist - Feature-rich binding of curl/libcurl, bringing to AutoHotKey the scriptable power of perhaps the most widely used data transfer engine on the planet.
  • 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-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.
  • 2023-01-01 (v2) DarkMode WindowSpy by nperovic - Window Spy in Darkmode Styling.
  • 2022-08-26 (v2) Range (Discord) by Descolada - Creates a lazy inclusive (closed) range with the specified bounds. Can be infinite with any direction (1,2 to +inf., or -1,-2 to -inf.). Allows to create backward loop.
  • 2022-03-11 (v2) Color Pallet by AHK_user - Simple color picker that returns the selected color in the 0xffffffff format.
  • 2022-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-05-08 (v2) FontPicker by TheArkive - Font selection dialog. Returns the font object with font properties like size, bold, italic and more.
  • 2021-05-05 (v2) ListIcons by TheArkive - Icon selection dialog that allows to select an icon from any resourse that contains icons.
  • 2021-06-30 (v1) ChooseColors by SKAN - Color picker with powerful backend (hex, rgb, conversions) and beautiful frontend (gradient, history, sliders).
  • 2017-01-17 (v1) Rubbish by TheDewd - Rubbish is an application that creates a tray icon to represent the Windows recycle bin.