This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Context manager or function to send text messages to your phone when a | |
process is done. | |
Edit the global variables. You might be able to find your phone e-mail | |
address here: http://tinywords.com/about-old/mobile/ | |
Usage: | |
with SendText("long running process"): | |
do_something() |
NewerOlder