Skip to content

Instantly share code, notes, and snippets.

View martastain's full-sized avatar

Martin Wacker martastain

View GitHub Profile
@martastain
martastain / balloontip.py
Created March 8, 2019 21:57 — forked from wontoncc/balloontip.py
Balloon tip module, Python, using win32gui.
# -- coding: utf-8 --
from win32api import *
from win32gui import *
import win32con
import sys, os
import struct
import time
class WindowsBalloonTip: