https://github.com/kindlychung/toast
Cross-platform desktop notification using Qt and Python
https://github.com/kindlychung/toast
Last synced: about 2 months ago
JSON representation
Cross-platform desktop notification using Qt and Python
- Host: GitHub
- URL: https://github.com/kindlychung/toast
- Owner: kindlychung
- Created: 2014-11-12T14:46:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T14:51:58.000Z (over 10 years ago)
- Last Synced: 2025-02-10T21:46:54.321Z (4 months ago)
- Language: Python
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Description
-----------This package enables you to send desktop notifications in python.
Requirements
------------- Python 3
- pip3 for installationInstall
-------Using ``setup.py``
~~~~~~~~~~~~~~~~~~::
git clone https://github.com/kindlychung/Toast.git
cd Toast
python3 setup.py installUsing pip:
~~~~~~~~~~From github:
::
pip3 install --upgrade git+https://github.com/kindlychung/Toast.git
or from PyPI:
::
pip3 install --upgrade Toast
Usage
-----