Reputation: 351
I have a Tkinter app, which has lengthy manual I already wrote with microsoft word. I want to display that manual (content) in a tkinter window. Word document has bold
and italic
formating as well as numbered and bullet lists. Is there way to do this with python standard library? (This is part of a school project witch restrics using downloadable packages.)
The widget can be any scrollable widget (Text
or multiline Label
).
Here is text example:
Upvotes: 1
Views: 314