You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure python is installed, I am using python 3.12
Tested on Windows, I think it will work on Mac and Linux, but have not tested it
How to use
Put files from canvas in the /in/ folder and run the program. It will generate an assignment folder with a folder for each student's name, which is based on the file downloaded. It cannot guarentee perfect file renaming, so if there is an issue, check canvas to make sure.
Zip and then upload the file to pythonanywhere (or locally).
Open a bash console in pythonanywhere and do unzip <foldername> to unzip the folder in the current directory.
Note on new updated version
Run the new application_wrapper.py
Add to the in folder by clicking the in button
If the checkbox is checked, the files will be copied from /in/ to /out/ during cleaning.
If the checkbox is unchecked, the files will be moved from /in/ to /out/, deleted from /in/ during cleaning.