https://github.com/choate-robotics/7407-dashboard
https://github.com/choate-robotics/7407-dashboard
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/choate-robotics/7407-dashboard
- Owner: Choate-Robotics
- Created: 2019-01-07T21:02:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T20:19:51.000Z (over 5 years ago)
- Last Synced: 2025-01-21T06:11:32.660Z (4 months ago)
- Language: Python
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 7407 Dashboard
Dashboard/HUB for FRC team 7407. Keep in mind that this program will be run on **Windows only** during the competition (the driver station computer). However, we can develop it on a Mac or Linux because PySide2 is a cross platform library.
Compatible with Python3.5+ as of now. Please don't use function annotations as it was added in Python3.6
Usage:
```sh
python3 .
```or
```sh
python3 __main__.py
```Dependancies:
- `PySide2`
- `shapely`