Skip to content

Short scripts for helping tutors with infomark.

License

Notifications You must be signed in to change notification settings

DormBrand/infomark-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infomark Helper Scripts

We are maintaining some small scripts to help tutors work with infomark.

infomark-unzipper.py

Unzips the infomark-autogenerated zip files and places the student zip files into a folder which can be easily imported into a java IDE.

To use, install click first

pip install click

Call the script using python3 and provide the path to an automatically generated infomark-zipfile.

python3 infomark-unzipper.py path/to/infomark/generated/zip

You will be prompted for a sheet number which is used to generate the naming. The results will be found in a "...-unzipped" folder in the directory you started the script from.

About

Short scripts for helping tutors with infomark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%