Is there any Python Bluetooth Module for Windows 7 64 bit?

I think the most popular Python Bluetooth package is pybluez. The project website mentions that it works on Linux and Windows XP, and that is what your wrote in your question. You can find pre-compiled installers for Windows x32 and x64 on Chris Gohlke's web site: link. In general if you need any Python to work on Windows x64, Chris's web site should be the first place you look. For your application, there may be additional Bluetooth system configuration, but at least this should get you started.

Good luck!


This answer is a bit dated. If your looking for a version which works with windows 10, the version discussed in this comment worked for me with Windows 10 on an AMD machine.

https://github.com/pybluez/pybluez/issues/180#issuecomment-408235161