July 2022
Monthly Archive
Monthly Archive
Posted by Jim DeLaHunt on 31 Jul 2022 | Tagged as: Python, robobait, software engineering
I recently started a filing project. It requires labels printed on slips of paper, each with a name and ID number in nice big letters. I authored my labels in the SVG graphics format. But editing SVG files for each label is impractical, so I searched for a way to treat the SVG as a template, and fill it out with a spreadsheet of data. I found a ridiculously easy way to do it in Python — with only 9 lines of clever code.
Continue Reading »