I\'d like to know how to create a system tray popup message with python. I have seen those in lots of softaware, but yet difficult to find resources to do it easily with any
in Linux system , You could use inbuilt command notify-send.
notify-send
ntfy library can be used for sending push notifications.
ntfy
click here for ntfy documentation
installation:
sudo pip install ntfy
examples:
ntfy send "your message!" ntfy -t "your custom title" send "your message"