Socket
Socket
Sign inDemoInstall

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


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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc