CRC-ITU Installation Install universal wheel $ pip install CRC-ITU Install with cython extension $ pip install cython $ pip install --no-binary :all: CRC-ITU Usage from crc_itu import crc16 print(hex(crc16(b'your bytes')))