Simple Python script to move downloaded student work from Schoology to a root folder
This repository has been archived on 2024-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
iRaven c2027a5367
Update main.py
2022-07-16 20:54:32 -05:00
README.md explaining shit in readme 2022-07-16 20:52:44 -05:00
main.py Update main.py 2022-07-16 20:54:32 -05:00

README.md

SubFileMover

very simpleish python program that took me months to figure out- thanks ADHD! :D

mainly for use with files generated by the educational web application Schoology for people at my school/districts who use it. as of recently, downloading submitted work from an assignment from all students places it in a .zip file, with the actual work buried under many folders (in this case, the students name, revision number, and finally the file itself)

a modified version of this program was submitted for my AP Performance Task, though that version isn't included for various reasons