Skip to content

Instantly share code, notes, and snippets.

View Tunglies's full-sized avatar

Tunglies Tunglies

  • China
  • 18:19 (UTC +08:00)
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: