A lightweight solution to converting Python dictionaries into HTML tables, in Python
Open source available on GitHub and PyPI.
Install from pip:
py -m pip install dict_and_html
Update to the latest version from pip:
py -m pip install --upgrade dict_and_html
Uninstall from pip:
py -m pip uninstall dict_and_html
Run this command from the package directory on your filesystem:
py -m build
Check and edit example.py
for an example of how to convert dictionaries into
HTML tables in Python with dict_and_html
.
Open a new issue for support.
- namedots - For the great help with Python imports