py-acr122u icon indicating copy to clipboard operation
py-acr122u copied to clipboard

A library to use the acr122u at its full potential.

PY-ACR122U

PyPI - Version PyPI - License PyPI - Downloads PyPI - Python Version PyPI - Wheel

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()