Small utility with web-interface that allows to calculate Intel HEX hashes from HEX lines on the fly.
It is a recommended practice to use virtualenv to set up environment for a project.
Install dependencies with pip install -r requirements.txt
Run project with python server.py
Run tests with python -m unittest2 discover