mxgxw / MFRC522-python

A small class to interface with the NFC reader Module MFRC522
GNU Lesser General Public License v3.0
524 stars 418 forks source link

Added Support for Python3 #28

Open yon2004 opened 8 years ago

yurashek commented 8 years ago

This is really needed because SPI-Py (hard dependence) now can be built for python3 only! I have only changed *print "..." -> print("...") ....and it run under python3 so I wonder why it is not pushed yet.

thijstriemstra commented 8 years ago

@mxgxw can this be merged? if not, please give some feedback.

LudwigKnuepfer commented 7 years ago

Compare https://github.com/mxgxw/MFRC522-python/issues/36