Hi,
Lets Create a very simple and basic desktop SMS app with wxPython for python 2. Before we continue, you will need to create an account with a Python SMS gateway providers.
Am going to use an SMS gateway call twilio, check this post to learn how to setup account with twilio SMS gateway.
Now, our wxPython code for this app is as below; if you want to learn how it was done click here.
With python2.7 and wxpython installed on your machine, copy the code below and save it in .py file and run it. You will get an interface similar to the one below;-
Lets Create a very simple and basic desktop SMS app with wxPython for python 2. Before we continue, you will need to create an account with a Python SMS gateway providers.
Am going to use an SMS gateway call twilio, check this post to learn how to setup account with twilio SMS gateway.
Now, our wxPython code for this app is as below; if you want to learn how it was done click here.
With python2.7 and wxpython installed on your machine, copy the code below and save it in .py file and run it. You will get an interface similar to the one below;-