How to Send SMS Text Messages with Python
Short Message Service (SMS) text messages are ubiquitous for communication all over the world. It is easy to send SMS text messages from a Python application using a web application programming interface (API). Let's take a look at the tools we need to quickly add SMS capability to our Python apps.
https://www.fullstackpython.com/blog/send-sms-text-messages-python.html