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

https://github.com/papple23g/ahkcompiler

AutoHotKey 語法產生器(線上網站)
https://github.com/papple23g/ahkcompiler

autohotkey brython google-blockly python

Last synced: 4 months ago
JSON representation

AutoHotKey 語法產生器(線上網站)

Awesome Lists containing this project

README

          

# AHK 語法產生器

[![](https://img.shields.io/static/v1?label=Python&message=v3.7.4&color=blue)](https://www.python.org/)
[![](https://img.shields.io/static/v1?label=Brython&message=v3.7.5&color=purple)](https://github.com/brython-dev/brython)
[![](https://img.shields.io/static/v1?label=Django&message=v1.11.17&color=green)](https://www.djangoproject.com/)
[![](https://img.shields.io/static/v1?label=Autohotkey&message=v1.1.30.03&color=#3F627F)](https://www.autohotkey.com/)

本網站使用 Django 架設 [Autohotkey](https://www.autohotkey.com/) 語法產生器

使用者可根據自己的需求產生自動化腳本與程式

本站提供 [填表](#填表產生語法) 與 [積木](#積木拼圖產生語法) 兩種方式產生腳本

## 填表產生語法

使用使用填寫表單的方式快速產生AHK語法

網頁 : https://papple23g-ahkcompiler.herokuapp.com/ahktool

### 瀏覽圖

![AHK首頁- 網頁瀏覽圖](https://i.imgur.com/bCXaDEs.png)

## 積木拼圖產生語法

使用 [Google Blockly](https://developers.google.com/blockly) 的拼圖引擎撰寫製作AHK腳本

網頁 : https://papple23g-ahkcompiler.herokuapp.com/ahkblockly

### 瀏覽圖
![AHK積木拼圖產生語法 - 網頁瀏覽圖](https://i.imgur.com/XDxVKCd.png)

### 離線版
執行方法:
1. 請至 [點擊此連結](https://github.com/papple23g/ahkcompiler/releases/download/1.12.0/AHK.Blockly.1.12.0.zip) 下載 `.zip` 檔後解壓縮
2. 執行裡面的 `ahktool.html` 與 `ahkblockly.html` 網頁檔案即可