Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoppfrosch/tby

Toolboxy - heterogeneous collection of functions and classes for AutoHotkey
https://github.com/hoppfrosch/tby

Last synced: 18 days ago
JSON representation

Toolboxy - heterogeneous collection of functions and classes for AutoHotkey

Awesome Lists containing this project

README

        

# TBy [![AutoHotkey2](https://img.shields.io/badge/Language-AutoHotkey2-red.svg)](https://autohotkey.com/) [![AutoHotkey2](https://img.shields.io/badge/version-AutoHotkey_2.0.a122-orange)](https://www.autohotkey.com/download/2.0/AutoHotkey_2.0-a122-f595abc2.zip)

AutoHotkey implementation of heterogeneous collection of functions and classes

## Usage

Include `TBy.ahk` from the `lib` folder into your project using standard AutoHotkey-include methods.

```autohotkey
#include

...
```

For usage examples have a look at the demo programs in `demos` folder

## Development

For more information on development of this library see [Development documentation](develop.md)