Get duckyPad Pro | Official Discord | Getting Started | Table of Contents |
On macOS, you can run the configurator as a pre-packaged app, or execute the source code directly.
Double click to unzip
Right Click on the folder, select New Terminal at Folder
sh ./run.sh
, press enter.If macOS complaints about unsigned app
Go to Settings > Privacy & Security
Scroll down to security section and click “Allow Anyway”
New Terminal at Folder
brew install python-tk
python3 -m venv .venv; source .venv/bin/activate
pip3 install -r requirements.txt
python3 ./duckypad_config.py