Re: Marked-Up Text Viewer for Python/Tkinter
- From: "André" <andre.roberge@xxxxxxxxx>
- Date: 31 Jan 2006 03:26:01 -0800
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é
.
- References:
- Marked-Up Text Viewer for Python/Tkinter
- From: James Stroud
- Marked-Up Text Viewer for Python/Tkinter
- Prev by Date: Re: templates
- Next by Date: Re: templates
- Previous by thread: Re: Marked-Up Text Viewer for Python/Tkinter
- Next by thread: triple quoted strings as comments
- Index(es):
Relevant Pages
|