Jean-Pierre
Jean-Pierre

Reputation: 223

How to make phone calls using Python?

I'm writting a small python program to send voice file to other telephone. The phone is connected to pc over usb. How to make phone calls using Python?

Upvotes: 3

Views: 5422

Answers (2)

ramdaz
ramdaz

Reputation: 1791

I think the smart way is to leave it a professional Voice/IP app such as ribbit or Twilio. I would personally recommend twilio which has Python libraries

Upvotes: 2

codeape
codeape

Reputation: 100776

You could probably use the pyusb library.

Upvotes: 0

Related Questions