Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pynotification

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pynotification

Python module to trigger OS-agnostic notification/messagebox

  • 0.1.3
  • Source
  • PyPI
  • Socket score

Maintainers
1

Platform Supported

Generic badge

Deployments

pages-build-deployment pypi-publish

PyNotification

Python module to trigger OS-agnostic notification/messagebox.

Installation

python -m pip install pynotification

Usage

from pynotification import pynotifier

pynotifier(title="Test title", message="Test message")

Optional arguments

  • dialog: Boolean flag to trigger notification as a dialog in a popup window. Blocks process until user has pressed OK
  • icon: Custom icon to be used for Linux and Windows operating systems.
  • destroy: Boolean value to destroy the notification box on Windows operating system after notifying.
  • debug: Display logs in the form of info, warnings and errors messages.
  • logger: Bring your own Logger for custom logging.

Coding Standards

Docstring format: Google
Styling conventions: PEP 8
Clean code with pre-commit hooks: flake8 and isort

Release Notes

Requirement

python -m pip install gitverse

Usage

gitverse-release reverse -f release_notes.rst -t 'Release Notes'

Linting

PreCommit will ensure linting, and the doc creation are run on every commit.

Requirement

pip install sphinx==5.1.1 pre-commit recommonmark

Usage

pre-commit run --all-files

Pypi Package

pypi-module

https://pypi.org/project/pynotification/

Runbook

made-with-sphinx-doc

https://thevickypedia.github.io/pynotification/

© Vignesh Rao

Licensed under the MIT License

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc