Automating Microsoft Office with Python¶Windows applications, for many years, have provided a COM API for automation. This includes Microsoft Office as well. pywin32 is a library that lets you do many interesting things in Windows, including access these COM APIs. For example, to open PowerPoint and draw a circle, this is what it takes: import win32com.client # Open PowerPoint Application = win32c