🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

PopupBubble

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

PopupBubble

Cross-platform desktop notification using Qt

0.0.9
PyPI
Maintainers
1

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

Keywords

notification

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts