Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 333 Bytes

File metadata and controls

11 lines (6 loc) · 333 Bytes

Convert-V5Python-to-Python

A Python script that converts a .v5python file from VEXCode V5 to a Python project folder for VSCode.

Usage

python convert_v5python.py "file_path"

Replace "file_path" with the path to the file for conversion.

E.g. python convert_v5python.py "C:\Users\RoboWhisperer\Documents\main.v5python"