Return to Home
Django / Python
Online PPTX/PDF 2 SCORM
Visit Live ProjectThe Challenge
Need for a free, instant online tool to convert standard files for LMS compatibility (Moodle).
The Solution
Developed a Python/Django based online converter that processes files into SCORM 1.2 packages.
The Impact
Simplified the L&D pipeline by moving conversion to the browser with zero software installation.
Architecture Blueprint
The Django backend handles high-volume file uploads and offloads the heavy PDF/PPTX processing to background worker queues to maintain UI responsiveness.
Packages are dynamically generated with an embedded SCORM API wrapper, ensuring instant compatibility with SCORM 1.2 standards.
Stack Ordinance
- Python
- Django
- SCORM
- Worker Queues