A lightweight Python script that converts .docx files into .pdf files following the OSU CS46X submission naming requirements (YYYY-MM-DD-[TEAMID]-[ASSIGNMENT_NAME].pdf).
Install required packages with
pip install -r requirements.txtRun the script with:
python main.py {original.docx path} {assignment_name}James M. Smith, OSU Computer Science Undergrad '26