Skip to content

Instantly share code, notes, and snippets.

View Tunglies's full-sized avatar
🐟
Tired. Didn't love and didn’t work.

Tunglies Tunglies

🐟
Tired. Didn't love and didn’t work.
  • China
  • 15:40 (UTC -12:00)
View GitHub Profile
@wontoncc
wontoncc / balloontip.py
Last active September 30, 2025 16:09
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: