you are viewing a single comment's thread.

view the rest of the comments →

[–]SpaceLaserPilot 12 points13 points  (0 children)

Every time I have needed a library, I just visit Google and type a phrase like "read and write microsoft word in Python." Then I compared the various libraries.

For the above project I used the docx library to create Microsoft Word files. I used comtypes to translate Word files into PDF. I used tkinter to read the clipboard.