How to Generate dynamic HTML Report using Python

Kryptxy kryptxy at protonmail.com
Sun Nov 19 23:20:45 EST 2017


I have a piece of code (module) implementing dynamic html page generation. What it simply does is writes all the html content (tags + data) to a file, and the file is save with a (.html) extension. Served my purpose. Not really sure is this is something you are looking for.

You can view the code here: https://github.com/kryptxy/torrench/blob/master/torrench/modules/tpb_details.py

Hope this helps.

-------- Original Message --------
On 20 Nov 2017, 6:46 AM, mradul dhakad wrote:

> Hi All ,
>
> I am new to python . I am trying to generate Dynamic HTML report using
> Pyhton based on number of rows selected from query .Do any one can suggest
> some thing for it.
>
> Thanks,
> Mradul
> --
> https://mail.python.org/mailman/listinfo/python-list


More information about the Python-list mailing list