Given a CSV of instructors, sections, and TA names, this program will evenly divide TAs with grading students' assignments. The result is a csv file.
- Edit the filepath of the .csv file (i.e. example-course-staff.csv) to point to the exported csv files of the class roster for each section.
- Change the constants at top of the main.py file
- Automatically assign constants by parsing file header
- Establish a naming convention for the class section .csv files and search a folder for each of the section .csv files (to prevent manual insertion of filepath data)