From f189cbee42b5305c2d371f5288dd7cd3624be866 Mon Sep 17 00:00:00 2001 From: CYRO4S Date: Fri, 17 Mar 2017 18:21:05 +0800 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..243e16e --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +![](https://raw.githubusercontent.com/CYRO4S/Automator/master/Automator/Automator/Resources/64.png) +# Automator + +Automator is a Windows application help you easily write "Ducky Script" for your Digispark Arduino chips. +As everyone knows, Ducky Script can not easily convert into Digispark Arduino project. But with this you can easily write USB HID keyboard program for Digispark chips. + +## Features +* Delay for 500ms? Input 500 & Click "Add" +* Press Ctrl+Shift+Enter? Select the keys from list & click "Add" +* Print "Hello Digispark?" Type "Hello Digispark?" & Click "Add" +* ...And more + +*Screenshots appended: (Only Simplified Chinese. English support will complete before Mar. 20, 2017.)* +![](https://raw.githubusercontent.com/CYRO4S/Automator/master/Automator/Automator/Resources/Automator_zh-CN.PNG) + +## Compiling +* .Net 4.0 +* Visual Studio 2015 + +## LICENSE +MIT