Eu tenho um script python3.4. Gostaria de enviar para a área de trabalho uma notificação. Como lidar com isso em python? Posso usar o envio de notificação?
Estou usando o Ubuntu 14.04.
#in my script
if something:
notify-send 'Here is a notification !'
python
python3
notify-send
TotuDoum
fonte
fonte
subprocess
é a biblioteca padrão que é distribuída com Python. Portanto, não há necessidade de instalá-lo como uma biblioteca de terceiros. [ref: docs.python.org/2/library/index.html]notify-send
. Ou pelo menos no Kubuntu você precisa. Talvez seja fornecido por padrão no Ubuntu, nesse caso, é realmente a melhor solução.