Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hoppfrosch/tby
- Owner: hoppfrosch
- License: mit
- Created: 2020-12-09T06:34:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T08:11:35.000Z (about 4 years ago)
- Last Synced: 2024-11-01T11:26:13.394Z (2 months ago)
- Language: HTML
- Size: 2.03 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)