Thank you Alan. I needed to generate a report using a python script (will
become part of a web service) and send it as an email. For now I put the
required HTML tags wherever they were needed.
Thanks Sri Kavi. I'll check out your suggestion.
On Wed, Mar 22, 2017 at 12:29 AM, Alan Gauld via Tut
Hi,
Please take a look at https://pypi.python.org/pypi/html
On Mar 22, 2017 06:24, "ਪੰਜਾਬ ਪੰਜਾਬੀ" wrote:
> Hi
>
> Looking for recommendations on Python module to use to generate HTML
> pages/tables, other HTML content. Kindly help.
>
> Regards
> Ni
> ___
On 20/03/17 22:09, ਪੰਜਾਬ ਪੰਜਾਬੀ wrote:
> Looking for recommendations on Python module to use to generate HTML
> pages/tables, other HTML content. Kindly help.
While thee are some modules that help with this most Python
programs I've seen just generate the HTML directly as strings.
There is no di