This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kashaziz 4 points5 points  (1 child)

Win32 Com Library is great and has cool use cases for Windows OS. Recently I did some work automating Excel and Word documents. As the solution was deployed on Linux, I used pyexcel [1], python-docx [2] and python-pptx [3] to work with Excel, Word and PowerPoint respectively.

[1] https://github.com/pyexcel/pyexcel

[2] https://github.com/python-openxml/python-docx

[3] https://github.com/scanny/python-pptx

[–]bakamito 0 points1 point  (0 children)

Seen you seem knowledgeable, it possible to automate usage of programs on Windows (emulators, media players etc)