PYTHON TOC GENERATOR Simple script to automatically generate table of content in markdown file. you need to install click: pip install click then simple use: python make_toc <FILE_PATH> it create TOC with interactive links.