HTML Creator is a simple tool for creating standalone HTML documents containing text, images and tables.
Useful for:
-
building HTML documents and reports from Python code
-
embedding various data (text, images, tables) into the single HTML file
-
sharing results with collaborators (upload single file)
-
accessibility (all Internet browsers open HTML file)
See example build_document.py and first_document.html.
$ pip install htmlcreator
MIT License (see LICENSE).