Has anyone connected BLE devices with Python + GUI on OSX? I've looked into a few libraries (most are old), but one that has the most success if Adafruit's BlueFruit library. However, this library works poorly with GUI's since it requires use of the main event loop (which GUI's usually use). After doing a bunch of Google searches, I couldn't find any good examples of using a GUI with Python + BLE. There seems to be no good BLE libraries for Python either.
Specifically looking for help integrating BLE with Kivy, but other GUI toolkit examples should be fine.
Also trying to gauge interest in this to see if I can do development to solve this (if it really is a problem).