Fading Coder

One Final Commit for the Last Sprint

Automating Weekly Planning Documents: Extracting and Merging Information Windows with Theme Knowledge

This project automates the extraction and merging of two document types—"Information Windows" and "Theme Knowledge"—into a unified horizontal A4 format for classroom wall displays. The workflow consolidates multiple processing steps intto a streamlined pipeline. Processing Pipel...

Generating Custom Word Documents from Templates with Python and docxtpl

When dealing with repetitive document creation, using a template-based approach significantly reduces manual effort. The Python package docxtpl lets you load a .docx template, replace placeholders with real values, and save the result. Combined with pandas for reading tabular data, you can bulk-gene...