• This repository has been archived on 26/Nov/2018
  • Stars
    star
    154
  • Rank 241,210 (Top 5 %)
  • Language AutoHotkey
  • Created over 12 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AutoHotkey library archive.

ahk-libs

All the (redistributable) AutoHotkey libraries I can find...

Licenses are scattered around in there somewhere.

At the moment, this repo contains well over 200 libraries, classes, and wrappers for AHK 1.1 (previously AHK_L), AHK 1.0 (previously basic/vanilla), and AHK v2, implemented in over 3000 scripts.

DEPRECATED

I'm archiving this repo, and won't be updating it again. For a more modern collection of AutoHotkey resources, I suggest visiting the Awesome AutoHotkey list.

AutoHotkey Library Distribution

Want more libs? Several projects have similar goals to this one:

README!

Please note that, because this repo makes heavy use of git 'submodules', downloading a zip or tarball is not useful. Instead, if you wish to have access to all the libs included in this repo, please run:

git clone --recursive https://github.com/rshipp/ahk-libs.git

Included

So far, the included libs are (in no particular order):

  • The 'ahkstdlib' collection, in its entirety (see http://www.autohotkey.com/forum/viewtopic.php?t=54996)
  • Several of Uberi's libs, including: AHK-DB (sqlite3 database functions), AssociativeArrays, AveragingFunctions, BarGrapher, DeltaCompression, ExprEval(), Geolocation, ListCompare, ParallelPort, QuotedStringReplace, RangeOverlap, Raydium-AHK (game engine wrapper), SingleCharArray, Speech (tts lib), TriangleCollisionDetection, Parallelist, Canvas-AHK, Fraction.ahk
  • Rseding91's "Fast ini library", basic and advanced versions
  • Several of infogulch's libs, including: WinHttpRequest, Map, AsyncHttp, Zip, LSON, ahk2-bigint, CaseSensitiveObject, ahk-OpenGL
  • nimdahk's AHKLink lib
  • ChrisS85's CGUI and WorkerThread libs
  • camerb's AHK libs
  • polyethene's AutoHotkey-Scripts
  • Several of maul-esel's libs, including: COM-Classes, FormsFramework, ITaskbarList, AeroThumbnail, ImportTypeLib, AHK-Util-Funcs (GUID, Mem, Obj, etc), ALD.ahk
  • hoppfrosch's cTable and cGist classes
  • HotKeyIt's _Struct libs for AHK v2 and _H
  • RaptorX's scintilla-wrapper and cURL-Wrapper libs
  • IsNull's ahkDBA
  • aviaryan's "autohotkey-scripts", which includes several AHK libraries and scripts.
  • lordkrandel's ahk_library
  • TLMcode's FF_COM
  • MasterFocus's "AutoHotkey" repo, which includes several AHK libraries and functions.
  • tinku99's ahkzmq wrapper and stdlib.
  • joedf's LibCon.ahk
  • Jim-VxE's JSON_ToObj, ADOSQL, and Table libraries.
  • JnLlnd's ObjCSV library
  • fincs' AutoHotkey Foundation Classes (AFC), and ahk-eval library
  • Lexikos' DBGp library
  • AHK-just-me's HD_EX, TC_EX, IL_EX, LV_EX, Class_LV_Colors, Class_LV_InCellEdit, Class_SQLiteDB, Class_ImageButton, and Class_RichEdit.
  • cocobelgica's AutoHotkey-ElementTree, AutoHotkey-PS-Control, AutoHotkey-Menu, AutoHotkey-IPC, AutoHotkey-XConfig, AutoHotkey-JSON, AutoHotkey-XML, and AutoHotkey-Expose.
  • AfterLemon and tidbit's Class_Console.
  • jNizM's AHK_DllCall_WinAPI and AutoHotkey_Scripts (jNizM_AutoHotkey_Scripts).
  • Shambles-Dev’s HashTable and Facade.

Removed

  • Shambles-Dev’s Plaster introspection and Composer functional programming libraries. (Issue #4)

Issues

See #6 for a note on FTP PASV mode issues.

Note to developers of these libs

If your code is in this repo, and you do not want it to be, I apologize. Please just let me know, and I will remove it.

More Repositories

1

awesome-malware-analysis

Defund the Police.
11,555
star
2

webNUT

Web interface for Network UPS Tools servers.
Python
104
star
3

python-nut2

Communicate with Network UPS Tools servers from Python.
Python
38
star
4

StarManager

Organize, tag, and search your GitHub stars. [Work in Progress]
Go
34
star
5

python-dshield

Pythonic interface to the Internet Storm Center / DShield API.
Python
26
star
6

tsp

Defund the Police.
Python
19
star
7

GetNirSoft

A small, unfinished utility to browse and download NirSoft programs.
AutoHotkey
18
star
8

ir-triage-toolkit

Create an incident response triage toolkit for use with Windows or Linux.
Shell
17
star
9

slipm-honeypot

A simple low-interaction port monitoring honeypot.
Shell
16
star
10

dns-webui

View and edit A and CNAME records in a local DNS server.
Python
10
star
11

geodigger

Collect and filter location information from social network services.
Python
9
star
12

octostatus.ahk

GitHub's status in your Windows system tray.
AutoHotkey
8
star
13

ProcFromWin

Get the process name, pid, and other information from a window.
AutoHotkey
7
star
14

tornps

tornps
JavaScript
6
star
15

geodigger-ui

Collect and filter location information from social network services. (Web interface.)
JavaScript
6
star
16

python-frecency

Pythonic library for computing weight using a frecency algorithm
Python
5
star
17

ahk4cli

Assorted AutoHotkey functions compiled into individual executables that take command line arguments
AutoHotkey
5
star
18

nand2tetris

Solutions for some of the nand2tetris exercises.
Python
4
star
19

calamares-chakra-build

Chakra's build scripts for Calamares
ApacheConf
4
star
20

clipdmp

A small collection of AutoHotkey programs to manipulate the Windows clipboard.
AutoHotkey
4
star
21

dotfiles

Config files that I might need.
Shell
4
star
22

discord-api-explorer

Explore the Discord API
JavaScript
3
star
23

misc-bash

Miscellaneous bash scripts, with absolutely no overall theme.
Shell
3
star
24

kapudan

Graphical first-boot configuration tool; a fork of Pardus's "Kaptan", for Chakra.
Python
3
star
25

chaser

Next generation community package management for Chakra.
Python
2
star
26

spun

A simple pacman update notifier, using notify-send and kdialog.
Shell
2
star
27

python-codacycov

(moved upstream) Submit Python coverage report to Codacy
Python
2
star
28

gcd

Efficient computation of GCDs.
2
star
29

django-wiki-migrate

Migrate content from your old wiki to django-wiki.
Python
2
star
30

appassure-mount-manager

A simple web interface to mount and unmount AppAssure recovery points.
Python
2
star
31

hidetext

Miscellaneous versions of the `hidetext` tool.
AutoHotkey
2
star
32

ha-cluster-scripts

DEPRECATED! High availability cluster scripts (pgSQL and Apache).
Shell
2
star
33

dns-bash

A few DNS-related bash scripts for the paranoid
Shell
2
star
34

kapudan-kde-themes

A few pre-configured KDE themes for Kapudan.
Shell
2
star
35

csci400-scheme

Final project for CSCI400: Programming Languages, Spring 2014.
Scheme
2
star
36

sundara

An opinionated static website generator written in idiomatic Python 3.
Python
2
star
37

misc-chakra

Miscellaneous scripts for use with Chakra Linux.
Shell
2
star
38

default-branch

Change the default branch for all your GitHub repos at once.
Python
2
star
39

csci448

Mobile Application Development
Java
1
star
40

bundles

DEPRECATED! Source files for miscelaneous bundles, not supported by the Chakra Project.
Shell
1
star
41

madhu

An object oriented, plugin based Python honeypot.
1
star
42

math-c

A few simple math-related C and C++ programs.
C
1
star
43

scicomp

Scientific Computing
MATLAB
1
star
44

csci298

CSCI298: Linux programming.
C
1
star
45

csci446

Web Applications
Ruby
1
star
46

python-appassure

Python wrapper for the AppAssure 5 HTTP API.
Python
1
star
47

csci442

Operating Systems
C++
1
star
48

cname-rshipp.github.io

1
star
49

ahk-syslog-app

An AutoHotkey application that shows notifications for syslog entries in a MySQL database, based on configurable regex rules.
1
star
50

pkgbuild-tools

A small collection of tools for doing different things with PKGBUILDs.
1
star
51

python-netstatus

An object oriented Python toolset for checking and reporting on the status of network devices.
Python
1
star
52

pylint-common

Pylint plugin for augmenting and improving error detection and analysis in the standard Python library.
Python
1
star