Posts about code
youtube video about creating slideshows with python, csv and reveal.js
Dennis G. D. made a nice screencast video about something we created together: a simple slide-generation script in python for reveal.js
concatenate images and bulk rename images using python, pillow and PySimpleGUI
Using python, the image library pillow and the power of PySimpleGUI, I created two useful tools: one to bulk rename image files according to their dimension, and one to concatenate images (with text). Both scripts can be executed in three ways: by right-clicking from the file-manager (using Ubuntu Linux), by passing command line arguments or standalone.