Chilkat2-Python
Chilkat2-Python
Compute CRC32 of a File
Calculates the CRC32 of a file's contents and returns the 32-bit CRC as a hex string.Chilkat Chilkat2-Python Downloads
import chilkat2
zipCrc = chilkat2.ZipCrc()
# Use a relative for absolute path to the file..
crc = zipCrc.FileCrc("qa_data/hamlet.xml")
hexStr = zipCrc.ToHex(crc)
print(hexStr)