Linux

Check Python version

Now open the Termina and type

python3

If you don't have Python3, you should install it. Type in termial

sudo apt install python3

After instalation check version agait and proceed to the next step.

Clone Github repository

sudo apt install git

Clone github repo && go inside

git clone https://github.com/caxapok1python/duckyScript.ino ducky
cd ducky/

Last updated