Get duckyPad | Official Discord
On macOS, you can run the autoswitcher 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
- Type
sh ./run.sh
, press enter.
- Authenticate, then the app should launch!
-
If macOS complaints about unsigned app
-
Go to Settings > Privacy & Security
-
Scroll down to security section and click "Allow Anyway"
- Download the latest source release here
- Double click to unzip
- Right Click on the folder, select
New Terminal at Folder
- Use homebrew to install python-tk:
brew install python-tk
- [Optional] Make a virtualenv and activate it:
python3 -m venv .venv; source .venv/bin/activate
- Install dependencies:
pip3 install -r requirements.txt
- Launch the Application:
sudo python3 ./duckypad_autoprofile.py