1.) Install Python 3 (https://www.python.org/downloads/)
2.) Clone this repository with HTTPS (not SSH or Git CLI)
3.) Install dependent libraries
a.) On Windows, use "python -m pip install -r requirements.txt" while your cmd is located in the repository folder
b.) On macOS/Linux, use "python3 -m pip install -r requirements.txt"\
1.) Download scouting data as .CSV
2.) Place the .CSV into the repository folder, and rename it "input.csv"
3.) Run the python script
a.) On Windows, "python process_data.py" while your cmd is located in the repository folder
b.) On macOS/Linux, use "python3 process_data.py"
4.) Open "output_data.xlsx" in Excel