Marked-Up Text Viewer for Python/Tkinter

André andre.roberge at gmail.com
Tue Jan 31 06:26:01 EST 2006


James Stroud wrote:
> Hello All,
>
> I'm wondering if there is something that already exists that can take
> marked up text in some format (hopefully reStructuredText or HTML) and
> can convert it into something that can be displayed with Tkinter (maybe
> with Text), either dynamically or otherwise. Minimal functionality would
> be simple formatting and hyperlink callbacks.
>
> Any guidance or suggestions would be appreciated.
>
> Thank you in advance for your help.
>
> James
If you're willing to use wxPython instead of Tkinter, you could have
access to a simple browser class that supports a number of html tags
(but no styles).  

André




More information about the Python-list mailing list