views:

608

answers:

1

Hello!

I'm trying to find resources on video and voice chat operability in Python... Does anybody know of some good resources or sample projects?

Any help would really be appreciated!

+1  A: 

If you want something higher level you can try Empathy. It has python bindings so you can use chat GUI elements on your application or create your own. If you want something lower level, you might want to try to use Telepathy Python directly.

nosklo