Skip to content

Instantly share code, notes, and snippets.

View danielfain's full-sized avatar
🎯
Focusing

Daniel Fain danielfain

🎯
Focusing
View GitHub Profile
@wontoncc
wontoncc / balloontip.py
Last active July 6, 2024 19:59
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: