OBD-II Python Library for Linux
Proof of concept OBD-II interfacing tool, featuring a interactive terminal and GUI (powered by Streamlit). Built in python3.
Warning
No warranty or liability, use at your own risk.
Important
This tool is unfinished. Expect bugs or missing features.
- Install the
python-can
dependency. - Run
obd2_Base
.
All other dependencies used in obd2_Base
should already be included with a default python install.
- Install Streamlit.
- Perform CLI install.
The GUI can be ran with the following command:
[path to Streamlit executable] run obd2_GUI.py
- Add the following line to the imports in your script:
import obd2_Base as gDiags
Browse to functions documentation for usage.