autocrc 0.3 (Default branch) |
|
|
autocrc uses 32-bit CRC-sums to verify the
integrity of files. The CRC-sums are parsed both
from filenames and from sfv files. autocrc can
perform CRC-checks recursively. After it's done,
it prints summary of the result.
License: GNU General Public License v3
Changes:
This release fixes a bug that made all CRC checks fail on 64-bit systems. The CRC checking code has been separated from the output code, which makes it easy to add new user interfaces. A simple optional wxpython interface has been added. The console interface now sets the exit status, which makes it easy to call autocrc from shell scripts. A distutils setup.py script has also been added.
|