MacOS
Check Python version
Now open the Termina and type
python3

If you don't have Python3, you should install it. Type in termial
brew install python3
After instalation check version agait and proceed to the next step.
Clone Github repository
If you haven't git
in your linux you should install it.
brew install git
Clone github repo && go inside
git clone https://github.com/caxapok1python/duckyScript.ino ducky
cd ducky/
Last updated