Skip to content

Send system notifications through the taskbar by calling the Win32 API

Notifications You must be signed in to change notification settings

TeaBoss-Developer/Python_TaskBarNotifly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_TaskBarNotifly

Send system notifications through the taskbar by calling the Win32 API

使用例子:

alert = Alert.Notifly() #创建Notifly实例(别问为什么是Notifly,一开始打错了())

alert.showMsg("TITLE","MSG")#输出msg

alert.Dispose()#释放实例

About

Send system notifications through the taskbar by calling the Win32 API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages