J'ai un script python3.4. Je souhaite envoyer une notification au bureau. Comment gérer cela en python? Puis-je utiliser notification-envoi?
J'utilise Ubuntu 14.04.
#in my script
if something:
notify-send 'Here is a notification !'
python
python3
notify-send
TotuDoum
la source
la source
subprocess
est la bibliothèque standard distribuée avec Python. Par conséquent, pas besoin de l'installer en tant que bibliothèque tierce. [réf: docs.python.org/2/library/index.html]notify-send
. Ou du moins sur Kubuntu, vous devez. Peut-être qu'il est fourni par défaut sur Ubuntu, dans ce cas, c'est en effet la meilleure solution.