This post explains how to use Python and COM to automate PowerPoint. COM provides a much deeper level of control than any of the Python modules that exist at this time. It exposes the entire VBA API to Python, allowing us to use Python’s superior pretty much everything (my opinion) to take advantage...
Sometimes documentation for a COM Interface is sparse to non-existent. As much as we all like to see in-depth and fully fleshed out documentation, most of the time that isn’t the case. Here is some a simple Python script to list the methods and elements of a Windows COM Object such as Windows Media...