A lightweight solution to generating HTML-formatted strings, in Python.
Open source available on GitHub and PyPI.
Install from pip:
py -m pip install html_and_py
Update to the latest version from pip:
py -m pip install html_and_py --upgrade
Uninstall from pip:
py -m pip uninstall html_and_py
It is possible to build from sources by running this command from the package directory in your filesystem:
py -m build
Open a new issue for support