PyTableCon is a table and data seralizer format converter written in Python to convert different interchangable data formats, like CSV and TSV, into Markdown or HTML styles tables. It can also convert a Markdown to the different serilizer formats and HTML.
PyTableCon is made to be simple to use and not rely on any dependencies. The idea is to be able to include its functionality into your project or to be a simple tool.
- CSV ⇔ Markdown
- CSV ⇔ TSV
- CSV ⇒ HTML Tables
- TSV ⇔ Markdown
- TSV ⇒ HTML Tables
- Markdown ⇒ HTML Tables