Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumpingpistachio/ncworldsupcoming
Generate match schedules for upcoming NC teams at the Championships for FRC.
https://github.com/jumpingpistachio/ncworldsupcoming
championship first-robotics-competition frc nc
Last synced: 5 days ago
JSON representation
Generate match schedules for upcoming NC teams at the Championships for FRC.
- Host: GitHub
- URL: https://github.com/jumpingpistachio/ncworldsupcoming
- Owner: JumpingPistachio
- License: mit
- Created: 2024-04-19T04:41:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T17:07:01.000Z (8 months ago)
- Last Synced: 2024-12-17T10:06:34.560Z (5 days ago)
- Topics: championship, first-robotics-competition, frc, nc
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FRC Upcoming NC teams @ Worlds
A really simple tool that generates the upcoming matches for NC teams at the FIRST Robotics Championship. It creates a text file with information about the match, specialized to be sent in discord.# Usage
## Setup
Setup assumes [python](https://www.get-python.org/downloads/release/python-3118/) version `3.11.1` is installed. Other versions may work, but have not been tested.Installing dependencies:
- All dependencies required are stored in [requirements.txt](requirements.txt).
- To install these to your python intallation / venv, run the following command: `python -m pip install -r requirements.txt`## Generating Schedule
To generate a schedule, simply run the main python file: `python main.py`. This wil generate a txt file with the schedule in `/schedules/`.