Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.36 KB

linux_macos_notes.md

File metadata and controls

48 lines (27 loc) · 1.36 KB

duckyPad Autoswitcher macOS Notes

Get duckyPad | Official Discord


On macOS, you can run the autoswitcher as a pre-packaged app, or execute the source code directly.

Pre-packaged App

Alt text

  • Type sh ./run.sh, press enter.

Alt text

  • 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"

Alt text

Alt text

Run from Source


  • 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