I searched for lib for bluetooth programming in python and I found PyBluez
but it is not compatible with Python 3. So is there any other free library for bluetooth programming compatible with Python 3?
PyBluez is the most effective way of communicating over Bluetooth using Python. Python sockets can now be used for Bluetooth communication (since Python 3.3). For a simple application, the code is almost identical.
PyBluez is an effort to create python wrappers around system Bluetooth resources to allow Python developers to easily and quickly create Bluetooth applications. PyBluez works on GNU/Linux and Windows XP (Microsoft and Widcomm Bluetooth stacks). It is freely available under the GNU General Public License.
PyBluez now supports Python 3.
Like the other answers state, there is inbuilt support for Bluetooth in Python sockets (Python 3.3 and above). However, there is little to no documentation on how to actually use the sockets with Bluetooth. I wrote a brief tutorial so that I could refer back to it once I forget. You might find it useful.
On python 3.3 there is native support!! You can use bluetooth like a socket object
http://docs.python.org/3.3/library/socket.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With