A cross-platform notificartion library
Project description
piXnotify
This project is an attempt to build a cross-platform notification library in python.
It heavily relies on platform-dependant notification libraries, namely
You could also use plyer project which aims to provide a whole set of cross platform features such as notifications, camera manipulation ...
Setup
Run
pip install .
or
python setup.py sdist
python setup.py install
This will install platform-specific python packages, specified in python.py .
Usage
Typical package usage will be:
from piXnotify import notifier
notifier.setTitle("Title").setMessage("message").notify()
Code of conduct
Salesforce open-source projects are committed to providing a friendly, safe, and welcoming environment for all.
You may read more in the Code of Conduct.
The goal of this code of conduct is to specify a baseline standard of behavior so that people with different social values and communication styles can work together effectively, productively, and respectfully in our open source community. It also establishes a mechanism for reporting issues and resolving conflicts.
All questions and reports of abusive, harassing, or otherwise unacceptable behavior in a Salesforce open-source project may be reported by contacting the Salesforce Open Source Conduct Committee at ossconduct@salesforce.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for piXnotify-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56e8241e2174ac9cd227db308d507321bcef8f69d1b624a99be8091aa976eecd |
|
MD5 | e919762f25260fe853a2a931dd8a93fd |
|
BLAKE2b-256 | 05bb4ba01a0ecb22a496047f3adbd1db1b5a5e942149137de96c2789dc417e90 |