[Tutor] HTMLParser question

Kirby Urner urnerk@qwest.net
Sat, 20 Apr 2002 09:43:34 -0400


On Saturday 20 April 2002 09:44 am, Daryl Gallatin wrote:
> Hi, Thanks
> Yes, a gui based program that renders HTML is what I am looking to create.
> say, a python example of an early html browser

OK, that's a fine project to learn from.  I've never done much like
this myself.

> non-trivial application? You mean it would actually be simple to do?

Non-trivial means not trivial, where trivial means really easy.

> The text browser example I have is from deitel and deitel's book and is
> something that I want to expand on and create my own at least simple html
> browser to at least see how it works.
>

I'll hand you off to someone better at GUI-based stuff.  You'd have
to pick a GUI library like Tkinter, and figure out how to translate
HTML tags into formatting instructions for whatever text window
widget.

Kirby