https://github.com/stuypulse/data-log-viewer
Application for visualizing WPILib Data Log files
https://github.com/stuypulse/data-log-viewer
Last synced: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T19:07:02.000Z (about 2 years ago)
- Last Synced: 2025-01-16T13:59:14.626Z (4 months 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'
```