Skip to content

Instantly share code, notes, and snippets.

View dsandler's full-sized avatar

Dan Sandler dsandler

View GitHub Profile
#!/usr/bin/env python
# touchbar_demo.py
# dsandler@dsandler.org
# PyObjC proof of concept NSTouchBar implementation.
# Note that exceptions in the delegates will crash with "Illegal instruction: 4"
# rather than printing helpful stack traces; look in CrashReporter for the
# exception string.
import objc
from AppKit import \