This script takes a One-Pager Chords XML source file and converts it to an HTML file, e.g.:

python3 toolchain/html_export.py sample.xml

The above example will convert sample.xml to HTML and write the output to sample.html. To find out more, run:

python3 toolchain/html_export.py --help