htmlcreator

Build standalone HTML documents using Python code


License
MIT
Install
pip install htmlcreator==0.5.0

Documentation

HTML Creator: build standalone HTML documents using Python code

Python PyPI version license

HTML Creator is a simple tool for creating standalone HTML documents containing text, images, tables and figures.

Useful for:

  • building HTML documents and reports using Python code

  • embedding various data (text, images, tables, figures) into the single HTML file

  • sharing results with collaborators (upload single file)

  • accessibility (all Internet browsers open HTML file)

Installation

$ pip install htmlcreator

Usage

See examples:

script output
1 build_first_document.py first_document.html
2 build_document_with_plotly.py document_with_plotly.html

License

MIT License (see LICENSE).