Skip to content

This is a simple notification system that uses Tkinter as a GUI. With this simple system, you can display notifications in an easy way. You can add a custom alert sound and icon image.

Notifications You must be signed in to change notification settings

amr2018/notification-system-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python notification system based on Tkinter

This is a simple notification system that uses Tkinter as a GUI. With this simple system, you can display notifications in an easy way. You can add a custom alert sound and icon image.

ko-fi

How to use it

[1] Download the code

[2] Install requirements.txt

pip install -r requirements.txt
from notification import Notification

notify = Notification()
notify.icon_path = 'smile.png'
notify.audio_path = 'notification-sound.mp3'
notify.background = 'black'
notify.description = 'hi this is tkinter notification test\nhi this is tkinter notification test'
notify.show()

About

This is a simple notification system that uses Tkinter as a GUI. With this simple system, you can display notifications in an easy way. You can add a custom alert sound and icon image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages