How do I get started with PyWin32

B-Rell picture B-Rell · May 14, 2013 · Viewed 32.9k times · Source

I am looking for good resources to get started with pywin32. I haven’t found much in the way of tutorials, books or blogs that talk about it. I’d like to be able to use python to automate some of my common repetitive Microsoft Excel and Word Tasks (such as open a word doc and search and replace data from a spreadsheet).

I have found a lot of references to PyWin32 (on google and StackOverflow), but it’s always at a more advanced level. I’d just like to find some well documented resources that help me get up to speed so I can use the other posts I found.

Answer

hellerve picture hellerve · May 14, 2013

What I can recommend if you are okay with buying a book is this guide.

The documentation(can also be found in the installation of PyWin32) and Active State's doc(with their list of objects and modules) should do the rest.