tsurrdurr / HexChecksumCalc

Small utility with web-interface that allows to calculate Intel HEX hashes from HEX lines on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HexChecksumCalc

Small utility with web-interface that allows to calculate Intel HEX hashes from HEX lines on the fly.

Installation

It is a recommended practice to use virtualenv to set up environment for a project. Install dependencies with pip install -r requirements.txt

Starting

Run project with python server.py

Run tests with python -m unittest2 discover

About

Small utility with web-interface that allows to calculate Intel HEX hashes from HEX lines on the fly


Languages

Language:Python 77.8%Language:HTML 21.7%Language:CSS 0.5%