Re: HTML Conversion in python

2009-04-15 Thread [email protected]
On Apr 13, 5:43 pm, Aaron Watters wrote: > On Apr 13, 1:47 am, "[email protected]" > > wrote: > > Hello All, > >             Is there any library defined in Python which can convert a > > given text file into a html page. Basically, I require functions for > > creating tables or filling bac

Re: HTML Conversion in python

2009-04-13 Thread Aaron Watters
On Apr 13, 1:47 am, "[email protected]" wrote: > Hello All, > Is there any library defined in Python which can convert a > given text file into a html page. Basically, I require functions for > creating tables or filling background colours for the html pages etc > instead of writ

Re: HTML Conversion in python

2009-04-12 Thread Gabriel Genellina
En Mon, 13 Apr 2009 02:47:30 -0300, [email protected] escribió: Is there any library defined in Python which can convert a given text file into a html page. Basically, I require functions for creating tables or filling background colours for the html pages etc instead of wri

HTML Conversion in python

2009-04-12 Thread [email protected]
Hello All, Is there any library defined in Python which can convert a given text file into a html page. Basically, I require functions for creating tables or filling background colours for the html pages etc instead of writing each and every tag in my script.. Thank you, Venu Madhav. -