Skip to content

Instantly share code, notes, and snippets.

View navchandar's full-sized avatar

NaveenChandar navchandar

View GitHub Profile
@navchandar
navchandar / balloontip.py
Last active January 1, 2017 11:36 — forked from wontoncc/balloontip.py
Balloon tip module, Python, using win32gui.
# -- coding: utf-8 --
from win32api import *
from win32gui import *
import win32con
import os
import time
class WindowsBalloonTip: