Metadata-Version: 2.1
Name: can-explorer
Version: 0.1.1
Summary: Visualize CAN bus payloads in real time
Home-page: https://github.com/Tbruno25/can-explorer
License: GPL-3.0-or-later
Keywords: can,bus,canbus,can_bus,dbc
Author: TJ
Author-email: tbruno25@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: dearpygui (>=1.9.0,<2.0.0)
Requires-Dist: pyserial (>=3.5,<4.0)
Requires-Dist: python-can (>=4.1.0,<5.0.0)
Project-URL: Repository, https://github.com/Tbruno25/can-explorer
Description-Content-Type: text/markdown

<h1 align="center">
  <a href="https://github.com/tbruno25/can-explorer">
    <!-- Please provide path to your logo here -->
    <img src="docs/images/logo.png" alt="Logo" width="100" height="100">
  </a>
</h1>

<div align="center">
  can-explorer
  <br />
  <a href="https://github.com/tbruno25/can-explorer/issues/new?assignees=&labels=bug&template=01_BUG_REPORT.md&title=bug%3A+">Report a Bug</a>
  ·
  <a href="https://github.com/tbruno25/can-explorer/issues/new?assignees=&labels=enhancement&template=02_FEATURE_REQUEST.md&title=feature%3A+">Request a Feature</a>
  .
  <a href="https://github.com/tbruno25/can-explorer/issues/new?assignees=&labels=question&template=04_SUPPORT_QUESTION.md&title=support%3A+">Ask a Question</a>
</div>

<div align="center">
<br />


[![PyPI version](https://img.shields.io/pypi/v/can-explorer?color=mediumseagreen)](https://pypi.org/project/can-explorer/)
![Python Versions](https://img.shields.io/pypi/pyversions/can-explorer?color=mediumseagreen)

</div>

---

## About

A CAN bus visualization tool to aid in reverse engineering

[![Demo](./docs/images/demo.gif)

</details>

### Built With


[![DearPyGui](./docs/images/dearpygui-logo1.png)](https://github.com/hoffstadt/DearPyGui)$~$
[![PythonCan](./docs/images/pythoncan-logo.png)](https://github.com/hardbyte/python-can)

## Getting Started

### Installation

`pipx` is recommended although `pip` can also be used

```sh
pipx install can-explorer
``` 

## Usage

Run ```can-explorer``` from the terminal to launch gui


## Support

Reach out to the maintainer at one of the following places:
- [GitHub issues](https://github.com/tbruno25/can-explorer/issues/new?assignees=&labels=question&template=04_SUPPORT_QUESTION.md&title=support%3A+)
- Contact options listed on [this GitHub profile](https://github.com/tbruno25)

If you want to say **thank you** or/and support active development of can-explorer consider adding a [GitHub Star](https://github.com/tbruno25/can-explorer) to the project.


## Contributing

Please read [our contribution guidelines](docs/CONTRIBUTING.md)

For a full list of all authors and contributors, see [the contributors page](https://github.com/tbruno25/can-explorer/contributors).

## License

This project is licensed under the **GNU General Public License v3**.

See [LICENSE](LICENSE) for more information.

