Skip to content

Instantly share code, notes, and snippets.

View Aadityajoshi151's full-sized avatar
🏠
Working from home

Aaditya Joshi Aadityajoshi151

🏠
Working from home
View GitHub Profile
@wontoncc
wontoncc / balloontip.py
Last active March 1, 2024 15:47
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: