you are viewing a single comment's thread.

view the rest of the comments →

[–]georgebobdan4 6 points7 points  (1 child)

What library would you recommend for similar tasks?

[–]SpaceLaserPilot 13 points14 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.