Tech tips

Python DocX Charts

Where I do charts the stupid way

Python-docx is a great tool for working with docx files in Python. One problem is that it doesn't do graphs. We needed it to print some pretty reports, and had to get creative.

Read more...