Monday, November 5, 2007

Week 9 Python:Whers the Party tonight

Send a message to your friends and tell them where u are tonight


import appuifw
import messaging

data = appuifw.query(u"hey,Im partying tonite at:", "text")

cellno1 = "7166301656" # neighbors mobile no

txt=u"Girl4 is partying tonite at" +data

if appuifw.query(u"send your location now?","query") == True:
messaging.sms_send(cellno1, data)

appuifw.note(u"Sent your party location to", "info")
else:
appuifw.note(u"Nobody cares where you are tonight", "info")

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home