Skip to content

Instantly share code, notes, and snippets.

View omanei's full-sized avatar
🦧

Roman omanei

🦧
View GitHub Profile
@omanei
omanei / balloontip.py
Created December 15, 2023 10:39 — 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: