Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wynwxst/notiphy
py notification library
https://github.com/wynwxst/notiphy
Last synced: 8 days ago
JSON representation
py notification library
- Host: GitHub
- URL: https://github.com/wynwxst/notiphy
- Owner: wynwxst
- Created: 2022-03-28T03:51:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T03:53:04.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T04:33:59.768Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notifphy
### Installation:
`pip install notiphy`### Basic usage:
```python
import notifynotify.notify(title="test",content="hello world")
```
### Advanced usage:
```python
import notify
notify.notify(icon="Information",largeicon="Info",title="",content="",Visible="True",time="1000")
# icons are from [System.Drawing.SystemIcons]::
```
### Supported OS;
Currently only for windows