Skip to content

Instantly share code, notes, and snippets.

View Aanand-Kainth's full-sized avatar

Aanand-Kainth

View GitHub Profile
# WindowsNotification by Aanand Kainth
#
# WindowsNotification is a module providing access to the Windows System Tray. Run "dir(WindowsNotification)" to see its methods.
import time
import win32api
import win32con
import win32gui
def registerProgram(programName):