# What is Ducky Script converter?

This script converts your Ducky Script to Arduino sketch. Also you can edit regular Arduino code to improve it for your ATmega32u4 board.

### DISCLAIMER:

Usage of this program is only allowed within boundaries of law. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

No third-party libraries are required to work. **You can use pure Python.**

{% hint style="info" %}
Supported Python >= 3.7
{% endhint %}

This app supports all Ducky Script commands. Thats why you can use your ATmega32u4 board as Rubber Ducky to the full.

See all documentaiton [here](https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/).

Download code [here](https://github.com/caxapok1python/duckyScript.ino).

### INSTALL

You can [install](https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/install) it in any platforms:

* [Windows](https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/install/windows)
* [Linux](https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/install/linux)
* [MacOS](https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/install/macos)

### GETTING STARTED

&#x20;After install see easy features:

* [Supported devices](https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/getting-started/supported-devices)
* [First steps](https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/getting-started/first-steps)
* [Your first payload](https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/getting-started/your-payload)

### GUIDES

If you want more, I recommend visiting the rest of the pages:

* [Edit configuration](https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/guides/edit-configuration)

#### Author

**Telegram**: t.me/caxapok1python


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://caxapok-js.gitbook.io/ducky-script-to-arduino-code/what-is-ducky-script-converter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
