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
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=139053
- 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-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.
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-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.
- 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.