define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_MODS', true); /dev/head — Всплывающие уведомления на python

Всплывающие уведомления на python

В Ubuntu появилась новая система оповещений, начиная по моему с версии 9.10. Теперь мы попробует это NotifyOSD в действии. Оказалось, что написать программу на python, которая будет выдавать уведомления, очень просто, я бы даже сказал через чур легко.

'''
notify.py - simply  libnotify sends desktop notifications.
Copyright (C) 2010  Komarov Alexander
GNU General Public License 3 (GPL v3)'''
import pynotify
import sys

def msg(title_text='Title',text='There has to be text.'):
    pynotify.init("Basics")
    n = pynotify.Notification(title_text,text)
    n.show()

def msg_icon(title_text='Title',text='There has to be text.',icon='/usr/
share/icons/gnome/32x32/emotes/face-smile.png'):
    pynotify.init("Basics")
    n = pynotify.Notification(title_text,text,icon)
    n.show()

demo.py

# -*- coding: utf-8 -*-
import notify
notify.msg("www.frit.su","FreeIT - некоммерческий проект , целью которого
является разработка, распространение, поддержка и внедрение свободного
программного обеспечения и свободной операционной системы GNU/Linux.")

demo1.py
# -*- coding: utf-8 -*-
import notify
notify.msg_icon("www.frit.su","FreeIT - некоммерческий проект , целью которого
является разработка, распространение, поддержка и внедрение свободного
программного обеспечения и свободной операционной системы GNU/Linux.",
'/usr/share/icons/Humanity/mimes/48/plan.svg')

Теги: , , ,

Дата: 1 декабря 2010

Автор: ignusius

Комментарии: 127

Комментарии: 127

  1. Заказать качественные дженерики для повышения потенции на сайте https://generik78.ru/ с доставкой
    по Санкт-Петербургу и области в день покупки.Гарантированное качество от производителя из Индии
    Большой выбор дженериков для мужчин по привлекательной цене.

  2. Заказать качественные дженерики для повышения потенции на сайте https://gen-msk.ru/ с доставкой
    по Москве и области в день покупки.Гарантированное качество от производителя из Индии
    Большой выбор дженериков для мужчин по привлекательной цене.

  3. Return to the switches and color them exactly as you saw
    the lights by toggling colors with a batarang.

    Feel free to surf to my web site ... dreamnest360.com

  4. This guide highlights secure methods to sell bitcoin in india.

  5. Have you ever considered publishing an e-book or guest authoring on other websites?
    I have a blog centered on the same subjects you discuss and
    would love to have you share some stories/information. I know my subscribers would appreciate your work.
    If you are even remotely interested, feel free to
    shoot me an e-mail.

    My blog - qmediastudio.com

  6. Hello there! I could have sworn I've visited your blog before but after looking at a few of the posts
    I realized it's new to me. Anyways, I'm definitely happy I came across it
    and I'll be book-marking it and checking back often!

    Feel free to visit my web site :: Pocket Option

  7. Great blog you've got here.. It's difficult to find quality writing like yours
    nowadays. I seriously appreciate people like you! Take care!!

    my web site: Binary Options Reviews

Оставить комментарий

*

Комментарий:

Ваш e-mail не будет опубликован.
Обязательные поля помечены *

Разрешенные HTML теги:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>