More tools.

This commit is contained in:
2018-10-17 18:27:16 +02:00
parent 701966277f
commit da211328d3
10 changed files with 145 additions and 31 deletions

View File

@@ -1,6 +1,11 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Calculates the Byte-checksum of a file and
shows if it's (last Byte) correct or not.
"""
from grmn import ChkSum
import sys