[Tutor] code colorizer

Kirby Urner urnerk@qwest.net
Mon, 25 Mar 2002 07:02:05 -0800


At 02:49 PM 3/25/2002 +0100, you wrote:
>povsdl2html.py is a little code colorizer I made. Before adding all
>kinds of, probably useless, features, I'd like to have some critique on
>the code.

Looks like it'd be useful.

I'd like it to optionally run from within the Python
shell, e.g.

  >>> import povsdl2html
  >>> povs12html.convert('myfile.pov')

something like that.  The current code doesn't make
this easy.

Kirby