Both sides previous revision Previous revision Next revision | Previous revision |
libraries [2024-06-04 15:42] – [Excel] Add OpenAhkXl geek | libraries [2025-07-29 14:48] (current) – [Graphics] Update AHKv2-GDIP link geek |
---|
* [[https://github.com/Shambles-Dev/AutoHotkey-Facade|Facade]] - by [[user:Shambles]] - A Set of Functional Programming Libraries. - Forum thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=59253|[v1]]] | * [[https://github.com/Shambles-Dev/AutoHotkey-Facade|Facade]] - by [[user:Shambles]] - A Set of Functional Programming Libraries. - Forum thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=59253|[v1]]] |
* [[https://github.com/Shambles-Dev/AutoHotkey-HashTable|HashTable]] - by [[user:Shambles]] - A Hash Table Implementation for AutoHotkey. [v1] | * [[https://github.com/Shambles-Dev/AutoHotkey-HashTable|HashTable]] - by [[user:Shambles]] - A Hash Table Implementation for AutoHotkey. [v1] |
| * [[https://github.com/HelgeffegleH/hashTable|HashTable]] - by [[user:HelgeffegleH]] - This is a custom, one-dimensional, associative array using familiar syntax - Forum Thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=36377|[v1]]] |
| * [[https://github.com/G33kDude/HashMap.ahk|HashMap.ahk]] - by [[user:geek]] - A drop-in replacement for v2's Map but hash based instead of binary search based - Forum thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=124727|[v2]]] |
* [[https://github.com/ahkscript/LibCrypt.ahk|LibCrypt]] - by different authors - A collection of crypting and encoding functions. [v1] | * [[https://github.com/ahkscript/LibCrypt.ahk|LibCrypt]] - by different authors - A collection of crypting and encoding functions. [v1] |
* [[https://github.com/thqby/ahk2_lib/blob/master/Promise.ahk|Promise]] - by [[user:thqby]] - Implements a javascript-like Promise [v2] | * [[https://github.com/thqby/ahk2_lib/blob/master/Promise.ahk|Promise]] - by [[user:thqby]] - Implements a javascript-like Promise [v2] |
* [[https://github.com/Shambles-Dev/AutoHotkey-Type_Checking|Type_Checking]] - by [[user:Shambles]] - Type Checking for AutoHotkey - Forum thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=59857|[v1]]] | * [[https://github.com/Shambles-Dev/AutoHotkey-Type_Checking|Type_Checking]] - by [[user:Shambles]] - Type Checking for AutoHotkey - Forum thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=59857|[v1]]] |
| * [[https://github.com/AutoHotkey/AutoHotkeyUX/blob/main/inc/HashFile.ahk|HashFile]] - by [[user:Deo]] and [[user:Lexikos]] - Generate a hash string from a target file, either MD5, SHA, SHA256, SHA384, or SHA512 [v2] |
===== Database ===== | ===== Database ===== |
| |
* [[https://github.com/AHKDb/AHKDb|AHKDb]] - by [[user:AHKDb]] - A database library for tab-separated data. [v1] | * [[https://github.com/AHKDb/AHKDb|AHKDb]] - by [[user:AHKDb]] - A database library for tab-separated data. [v1] |
* [[https://github.com/IsNull/ahkDBA|ahkDBA]] - by [[user:IsNull]] - An OOP-SQL database access framework. Forum thread: [[https://www.autohotkey.com/board/topic/71179-ahk-l-dba-16-oop-sql-database-sqlite-mysql-ado/|[v1]]]. | * [[https://github.com/IsNull/ahkDBA|ahkDBA]] - by [[user:IsNull]] - An OOP-SQL database access framework. Forum thread: [[https://www.autohotkey.com/board/topic/71179-ahk-l-dba-16-oop-sql-database-sqlite-mysql-ado/|[v1]]]. |
* [[https://github.com/AHK-just-me/Class_SQLiteDB|Class_SQLiteDB]] - by [[user:just_me]] - AHK SQLite API wrapper class. Forum thread: [[https://autohotkey.com/boards/viewtopic.php?t=1064|[v1]]]. | * [[https://github.com/AHK-just-me/Class_SQLiteDB|Class_SQLiteDB]] - by [[user:just_me]] - AHK SQLite API wrapper class. Forum thread: [[https://autohotkey.com/boards/viewtopic.php?t=1064|[v1]]][[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=95389|[v2]]]. |
* [[https://github.com/thqby/ahk2_lib/blob/master/SQLite/CSQLite.ahk|CSQLite]] - by [[user:thqby]] - AHK SQLite wrapper class [v2] | * [[https://github.com/thqby/ahk2_lib/blob/master/SQLite/CSQLite.ahk|CSQLite]] - by [[user:thqby]] - AHK SQLite wrapper class [v2] |
* [[https://github.com/kevgk/Leya|Leya - MySQL API]] - by [[user:kevgk]] - Work with MySQL databases in autohotkey, without exposing server credentials to the client. [v1] | * [[https://github.com/kevgk/Leya|Leya - MySQL API]] - by [[user:kevgk]] - Work with MySQL databases in autohotkey, without exposing server credentials to the client. [v1] |
* [[https://github.com/tariqporter/Gdip/|GDIp]] - by [[user:tic]] - Full featured library that helps in interaction with Microsoft's gdiplus.dll - Forum thread: [[https://autohotkey.com/boards/viewtopic.php?f=6&t=6517|[v1]]]. | * [[https://github.com/tariqporter/Gdip/|GDIp]] - by [[user:tic]] - Full featured library that helps in interaction with Microsoft's gdiplus.dll - Forum thread: [[https://autohotkey.com/boards/viewtopic.php?f=6&t=6517|[v1]]]. |
* [[https://github.com/iseahound/ImagePut|ImagePut]] - by [[user:iseahound]] - Image library for converting to files, streams, windows, base64, urls, cursors, screen coordinates, clipboard, pointers, handles, and more. Supports AutoHotkey v1 and v2. - Forum thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=76301&p=330615|[v1]]][[https://www.autohotkey.com/boards/viewtopic.php?t=76633|[v2]]] | * [[https://github.com/iseahound/ImagePut|ImagePut]] - by [[user:iseahound]] - Image library for converting to files, streams, windows, base64, urls, cursors, screen coordinates, clipboard, pointers, handles, and more. Supports AutoHotkey v1 and v2. - Forum thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=76301&p=330615|[v1]]][[https://www.autohotkey.com/boards/viewtopic.php?t=76633|[v2]]] |
* [[https://github.com/mmikeww/AHKv2-Gdip|AHKv2-GDIP]] - Update of the above GDI+ library compatible with AHK v2 [v2] | * [[https://github.com/buliasz/AHKv2-Gdip|AHKv2-GDIP]] - Update of the above GDI+ library compatible with AHK v2 [v2] |
* [[https://autohotkey.com/board/topic/71100-|GDIp_ImageSearch]] - by [[user:tic]] - Library using gdiplus.dll for searching image instances on the screen. See the end of that thread for MasterFocus' improved version, or see his [[https://github.com/MasterFocus/AutoHotkey/tree/master/Functions/Gdip_ImageSearch|GitHub repo here]] [v1] | * [[https://autohotkey.com/board/topic/71100-|GDIp_ImageSearch]] - by [[user:tic]] - Library using gdiplus.dll for searching image instances on the screen. See the end of that thread for MasterFocus' improved version, or see his [[https://github.com/MasterFocus/AutoHotkey/tree/master/Functions/Gdip_ImageSearch|GitHub repo here]] [v1] |
* [[https://github.com/Spawnova/ShinsImageScanClass|ShinsImageScanClass]] - by [[user:spawnova]] - More advanced image and pixel searching for AHK [v1][v2] | * [[https://github.com/Spawnova/ShinsImageScanClass|ShinsImageScanClass]] - by [[user:spawnova]] - More advanced image and pixel searching for AHK [v1][v2] |
| |
Libraries to help with communication between script processes. | Libraries to help with communication between script processes. |
| |
| *[[https://github.com/Chuckalttponline/ScriptLink--IPC--for-AutoHotKey-v2/tree/main | Script-Link]] - by [[user:Chuck_2009]] - Lets you call any function in any script with as many parameters as needed being 'Objects', 'Arrays', 'Variables', 'Strings' and 'Integers' but excluding 'GuiObjects'. |
| |
* [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=6148|ObjRegisterActive]] - by [[user:Lexikos]] - Registers an object as the active object for a given CLSID, so it can be retrieved by another script with ''ComObjActive''. Forum thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=6148|[v1]]][[https://www.autohotkey.com/boards/viewtopic.php?p=548424#p548424|[v2]]] | * [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=6148|ObjRegisterActive]] - by [[user:Lexikos]] - Registers an object as the active object for a given CLSID, so it can be retrieved by another script with ''ComObjActive''. Forum thread: [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=6148|[v1]]][[https://www.autohotkey.com/boards/viewtopic.php?p=548424#p548424|[v2]]] |