This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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): |