1 year ago

#267484

test-img

Heikki

How can I easily display content of word document in Tkinter window while keeping orginal formating?

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:

enter image description here

python

tkinter

ms-word

.doc

0 Answers

Your Answer

Accepted video resources