Skip to content

glob-bruh/OBDIITerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBDIITerm

OBD-II Python Library for Linux

"logo"

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.

Setup:

CLI:

  1. Install the python-can dependency.
  2. Run obd2_Base.

All other dependencies used in obd2_Base should already be included with a default python install.

GUI:

  1. Install Streamlit.
  2. Perform CLI install.

The GUI can be ran with the following command:

[path to Streamlit executable] run obd2_GUI.py

Use in a script:

  1. Add the following line to the imports in your script:
    import obd2_Base as gDiags

Browse to functions documentation for usage.

About

OBD-II Python Library for Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages