Skip to content
/ notipy Public

Humble try to get a cross-platform notification mechanism for different OS.

License

Notifications You must be signed in to change notification settings

aaronfc/notipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notipy

Humble try to get a cross-platform notification mechanism for different OS.

Status

This is a work in progress. Take a look at the Supported OS sub-section.

Supported OS

Warning: Minimal support for OSX and Ubuntu relying on (usually-preinstalled) OS packages

Installation

Available through pypi

$ pip install notipy

If you want to install in development mode

$ git clone https://github.com/aaronfc/notipy.git
$ cd notipy
$ pip install -e .

Usage

From command line

$ notipy "Cool message"

From python

from notipy.cli import Notipy
Notipy().send("Awesome message")

Screenshots

OSX Screenshot Ubuntu Screenshot

About

Humble try to get a cross-platform notification mechanism for different OS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages