Desktop notifications on Windows

David wizzardx at gmail.com
Sat Apr 26 04:52:21 EDT 2008


On Sat, Apr 26, 2008 at 4:41 AM,  <windypower at gmail.com> wrote:
> I'm looking for a way to implement desktop notifications (much like an
>  instant messaging program or a mail notifier) within my Python
>  application, on Windows only (no Gtk/Galago, please). I need no more
>  than a simple text-based notification, which should be clickable and
>  have a timeout, nothing else. I do not want to use Windows's "balloon
>  tips", either. Any suggestions?
>  --

You could use Tkinter, which comes with Python.



More information about the Python-list mailing list