This program transforms TorquePro files from the project OBD-PIDs-for-HKMC-EVs to files readable by the EngineLink app on iOS.
tp2el.py
must be in the$PATH
.tp_to_el.py
must be in the$PYTHONPATH
.
tp2el.py
and tp_to_el.py
in the same directory and execute tp2el.py
from that directory.
The program accepts a <name>.csv
file in TorquePro format. The result is saved in the file <name>-EL.csv
in the directory
specified in the option --target-dir
. The default for --target-dir
is the current directory.
tp2el.py <name>.csv
This is a small program without packaging. It is probably not worthwile to install it in site-packages. I might add packaging in the future if there is an interest.