Is there a free python library for phone calling?

phone-call, python

Solution

Make the calls using Skype, and use the `Skype4Py` API.

If you want other suggestions, please specify how you want to make the call (modem? Some software bridge? What?).

Also, might I suggest that you send an SMS instead of placing a call? You can do that via Skype too, btw.

Problem

I'm writting a small python script notify me when certain condition met. I used smtplib which does the emailing for me, but I also want the script to call my cell phone as well. I can't find a free library for phone callings. Does anyone know any?

Original source