Skip to content

Installation

pip install crc
uv add crc
poetry add crc

Requirements

Requirement Version
Python >= 3.11

Verify the installation

$ python -c "import crc; print(crc.__name__)"
crc

The installation also provides the crc command line tool:

$ crc --help

Command line interface

Next steps

  • Quick start


    Calculate and verify your first checksum in a couple of lines.

    Quick start

  • Usage guide


    Learn about configurations, input types and raw registers.

    Usage guides