The program will handle all of the folders and files dealing with zipped files for grading. It will collect all assignments and labs into one location and after grading is completed, delete all files.
The purpose of this program is to speed up the grading process without worrying about folder management.
Under TODO of main.py, fill in the path names for the Downloads folder and the desired Grading folder.
Download all zip folders/files that contain code submissions, and open the entire Grading source folder in preferred IDE. The project navigator will conveniently allow switching between different assignments and labs.
One finished grading, done.py can be run to delete the contents of the grading folder.