This simple script listens for bluetooth devices to enter its range, and returns the device's name and MAC address.
PyBlueZ - A Bluetooth Python extension module
For a quick setup, utilize requirements.txt
.
$ pip3 install -r requirements.txt
Then, download xcode off of the app store.
If your system is different, you may require different dependencies to use PyBluez. See the installation guide here https://pybluez.readthedocs.io/en/latest/install.html
.
$ python3 main.py
This project is licensed under the MIT License - see the LICENSE.md file for details