Platform Supported
Deployments
Python module to trigger OS-agnostic notification/messagebox.
python -m pip install pynotification
from pynotification import pynotifier
pynotifier(title="Test title", message="Test message")
- 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
andWindows
operating systems.- Linux: Choose any pre-defined icons or a
.png
file as icon. - Windows: Choose any
.ico
file as icon. Defaults to notification.ico
- Linux: Choose any pre-defined icons or a
- destroy: Boolean value to destroy the notification box on
Windows
operating system after notifying. - debug: Display logs in the form of
info
,warnings
anderrors
messages. - logger: Bring your own
Logger
for custom logging.
Docstring format: Google
Styling conventions: PEP 8
Clean code with pre-commit hooks: flake8
and
isort
Requirement
python -m pip install gitverse
Usage
gitverse-release reverse -f release_notes.rst -t 'Release Notes'
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
https://pypi.org/project/pynotification/
https://thevickypedia.github.io/pynotification/
© Vignesh Rao
Licensed under the MIT License