PDA

View Full Version : Wirecast API module for Python



DynamoBen
03-23-2015, 08:44 AM
Over the last year I've been working on tools that interact with Wirecast's COM API. In doing so I created a Python module that communicates with the Wirecast COM API (for windows). While not fully vetted or "done" I figured I would publish it to the group.

All I ask is that if you improve or extend upon it that you post it back to the repro or send it to me so I can share it with everyone.

Enjoy: Github repro with Python module for Wirecast API (https://github.com/DynamoBen/Wirecast/tree/master/API)

PS You are on your own for learning how to install and write code in Python. ;) Also if you are a Mac user I'd be interested in a similar module for Mac.