This is an autograder I created for Dr. Coffman's CS 303E class.
This can be used for grading Cavas assignments at the current state as long as:
- MOST IMPORTANTLY You Create secret.py and provide the variable API_TOKEN containing your api key from canvas
- You provide the course ids in canvashelper.py
- Your students provide their python program in their assignment submission
A more modular version will be implemented in the future, but this serves the purpose of grading python programs that take a specific input (or not) and display a specific output.