PY-ACR122U This is a python library for the ACR122U NFC reader Installation pip install py122u Usage from py122u import nfc reader = nfc.Reader() reader.connect() reader.print_data(reader.get_uid()) reader.info()