This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# Ref https://gist.github.com/altbrace/52ae1783b31257021520673fadb95b6e | |
from pydbus import SystemBus | |
from gi.repository import GLib # don't mind the import error if you get one, it should work | |
import subprocess | |
import time | |
import re | |
ADDRESS = '74_5C_4B_0C_C4_41' # your Bluetooth device's MAC separated by underscores |