This program creates two new csv files from the annual math competition file. The first new csv files contain information about the institutions whereas the second one contains information about the teams themselves.
First, make sure python is installed on your computer:
https://www.python.org/downloads/Next, create a new directory and navigate to where you want the project to be located on your computer.
Go to the terminal or command line and run:
git clone https://github.com/jackaholy/MathCompetitionCSVWhile in the proper directory run:
python main.py
<<<<<<< HEAD
```# MoreMathCompetitionCSV
=======or
python3 main.pydepending on the version of python you have installed.
After running the program you will find two new csv files in your directory. They should be called "Institutions.csv" and "Teams.csv".
70ad52e27ed2a19ba64681f06bba1e47a2209b37