Python HTML generator

Viewed 58130

I am looking for an easily implemented HTML generator for Python. I found HTML.py, but there is no way to add CSS elements (id, class) for table.

9 Answers

Html generation or any text generatio,jinja is a powerful template engine.

Related