The content details the creation of a tool for converting written posts into narrated audio and video formats using Codex CLI and Claude Code. It covers the tool's functionality, costs, and lessons learned during development, emphasizing accurate audio synchronization and transcript quality. The tool is open-source and freely usable for personal posts.
How to convert XML data to CSV in a Jupyter Notebook with Python?
This blog post contains an extract of a Jupyter Notebook related to how to convert XML data to comma separated value in a Jupyter Notebook.
