Skip to content

MDevVal/vex-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

VEX Downloader

A Python script designed to download the latest or specific versions of VexOS firmware and SDKs for VEX Robotics platforms, including V5, IQ2, and EXP.

usage: vex-downloader.py [-h] -p {V5,IQ2,EXP} -t {os,sdk} [-l {python,cpp,both}] [-v VERSION] [--list] [-o OUTPUT] [--all]

VEX Downloader Script

options:
  -h, --help            show this help message and exit
  -p {V5,IQ2,EXP}, --platform {V5,IQ2,EXP}
                        Platform to download for (V5, IQ2, or EXP)
  -t {os,sdk}, --target {os,sdk}
                        Target to download (os or sdk)
  -l {python,cpp,both}, --language {python,cpp,both}
                        Programming language (python, cpp, or both). Required if target is sdk.
  -v VERSION, --version VERSION
                        Specify a version to download
  --list                List available versions
  -o OUTPUT, --output OUTPUT
                        Specify output directory or file name
  --all                 Download all available Versions

About

Download Vex SDKs and firmwares.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages