decoded-cipher / mgu-result-scraper

A project designed to automate the process of fetching result screenshots from the MGU result portal, sending them to students via email as secure PDFs, and generating consolidated marklists and result analysis for teachers.
5 stars 0 forks source link

Make project Python-free #12

Open decoded-cipher opened 10 months ago

decoded-cipher commented 10 months ago

We need to find an alternative to the Python child processes, that are used to add borders to graph images and to print as PDFs. The Python dependencies are causing issues while trying to run on other computers due to version issues and lack of the Python dev environment.

decoded-cipher commented 10 months ago

Explore more on the same PDFKit package used to generate PDFs out of Screenshot images.

decoded-cipher commented 6 months ago

Use THE iLovePDF API to resolve the issue.