reefboy1
Jan 29, 2015 - 18:28
This is an app that I modded a bit. Original code was written by @ccc
This is my modded version
import clipboard, webbrowser
msg = 'I am texting you through pythonista!'
tel = raw_input('number ') # can be a phone number or Apple ID
clipboard.set(msg) # once iMessage opens, do a Paste into the message body
webbrowser.open('sms:' + tel)