Skip to main content

Parser from Ducky Script to Ardunio

Project description

PotatoParser

Converter of Ducky Script to Arduino sketch with some additional funcitons (like Alt codes)

PotatoParser ASCII banner

Quickstart

This quickstart will show you all process of conversion Ducky Script to Arduino sketch

Requirements

To reproduce what is described here, you need to satisfy the following dependencies

download and install them to continue

Installation

Now you can install PotatoParser from PyPI packages using pip

pip install pparser

or the latest (but possibly unstable) from GitHub

pip install git+https://github.com/YariKartoshe4ka/PotatoParser.git

Processing

Let's write a test ducky script like this

REM Opens notepad and writing "Hello World!" 5 times
WINDOWS r
DELAY 200
STRING notepad.exe
ENTER
DELAY 500
STRING Hello World!
ENTER
REPEAT 4 2

And save it as test.ducky file. Now you can convert this script to valid Arduino sketch with the following command

pparser test.ducky

In current directory you can discover new folder sketch which contains Arduino sketch

Flashing

Open prepared sketch in Arduino IDE. Connect your board to PC and flash it. Make sure you have enabled NumLock on your keyboard. Upon completion, the script will start executing and, if you did everything correctly, you will see "Hello World!" printed 10 times in notepad. Here you can see the result (note that despite the current Russian layout ("РУС" = Russian), the text was printed in English):

https://user-images.githubusercontent.com/49284924/148426223-d6935708-9a0b-4523-ad12-71c63402a12f.mp4

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pparser-2.0.0.tar.gz (27.8 kB view hashes)

Uploaded Source

Built Distribution

pparser-2.0.0-py3-none-any.whl (28.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page