/btpy

python bluetooth library for classic, low-energy and beacon devices

Primary LanguagePythonMIT LicenseMIT

the pypi package is outdated and will not be updated anymore

btpy

this is a wrapper around

how to ...

.. install

pip3 install git+https://github.com/nbdy/btpy

... to use it

from btpy import LEDevice, Beacon, ClassicDevice

le_results = LEDevice.scan(4)

beacon_results = Beacon.scan(5)

classic_results = ClassicDevice.scan(6)
TODO
  • Tests