Monday, October 22, 2012

Python script to check integrity of SFV files ...


SFV Checker in Python...
I was looking for alternative to sfv checker I used to rely on when I use Linux regularly ... some alternative tools were created on windows  but I thought of making my own script ...Python was my first choice..
usually I use Perl for my scripts,although the same idea(sfv verification) was doable in Perl but requires installing some Modules, so I decided to stick to Python.

here is a link to the script
http://pastie.org/5101158
any feedback is welcomed =)

How to use the script:
providing python is installed
Python sfv.py "sfv_file.sfv" 

No comments:

Post a Comment