https://github.com/stuypulse/data-log-viewer
Application for visualizing WPILib Data Log files
https://github.com/stuypulse/data-log-viewer
Last synced: 12 months ago
JSON representation
Application for visualizing WPILib Data Log files
- Host: GitHub
- URL: https://github.com/stuypulse/data-log-viewer
- Owner: StuyPulse
- License: gpl-3.0
- Created: 2022-10-21T03:29:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T19:07:02.000Z (over 3 years ago)
- Last Synced: 2025-06-09T10:03:01.552Z (about 1 year ago)
- Language: Python
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
StuyPulse Data Log Viewer
=========================
Application for visualizing [WPILib Data Log](https://docs.wpilib.org/en/stable/docs/software/telemetry/datalog.html) files.

Develop
-------
```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
Build
-----
```
pyinstaller 'Data Log Viewer.spec'
```