Using Twilio's API, you can send SMS from your Registered Twilio phone number to mobile phones across the globe.
Register on Twilio Website https://www.twilio.com/try-twilio
Install from PyPi using pip, a package manager for Python.
pip install twilio
Getting started with the Twilio API couldn't be easier. Create a Client and you're ready to go.
This needs your Twilio credentials.
Account_sid = "XXXXXXXXXXXXXXXX"
Auth_token = "XXXXXXXXXXXXXXX"