open word from python

32

from docx import Document

document = Document()
document.save('test.docx')

Comments

Submit
0 Comments