Skip to content

Instantly share code, notes, and snippets.

View dyedgreen's full-sized avatar
✌️
Hello there!

Tilman Roeder dyedgreen

✌️
Hello there!
View GitHub Profile
@dyedgreen
dyedgreen / exams.py
Last active April 29, 2020 07:42
Generate exam submissions, following the naming convention for Physics at Imperial
# Generate exam submissions
import os, shutil
from subprocess import run
cid = "0123456789"
def tex_template(**kwargs):
return """
\\documentclass[a4paper]{{article}}