Description
-----------

This package enables you to send desktop notifications in python.

Requirements
------------

-  Python 3
-  pip3 for installation

Install
-------

Using ``setup.py``
~~~~~~~~~~~~~~~~~~

::

    git clone https://github.com/kindlychung/PopupBubble.git
    cd PopupBubble
    python3 setup.py install


Using pip:
~~~~~~~~~~

From github:

::

    pip3 install --upgrade git+https://github.com/kindlychung/PopupBubble.git

or from PyPI:

::

    pip3 install --upgrade PopupBubble



Usage
-----

See the help message:

::

    pop_bubble.py -h
