pip install nexmo
import nexmo client = nexmo.Client(key='ef255121', secret='E7L74hIkGd2pIKss') client.send_message({ 'from': 'Nexmo', 'to': '8801537012420', 'text': 'Test sms for measurment lab project via python', })