DaBeach Posted June 30, 2012 Share Posted June 30, 2012 I am playing with Python 2 and developing a few scripts and I have seemed to have hit a wall with the following: Is it possible to have a python script run in the background on Windows and if an event occurs pop up a notification on the desktop? Anyone know how to do this? Also, is it possible to send an email from a script in response to an event in a python script? Quote Link to comment Share on other sites More sharing options...
bobbyb1980 Posted June 30, 2012 Share Posted June 30, 2012 Is it possible to have a python script run in the background on Windows and if an event occurs pop up a notification on the desktop? Anyone know how to do this? I think this would be done via one of the windows message box api calls. Also, is it possible to send an email from a script in response to an event in a python script? This is fairly straightforward in python. Read about smtplib. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.