Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wynwxst/notiphy

py notification library
https://github.com/wynwxst/notiphy

Last synced: 8 days ago
JSON representation

py notification library

Awesome Lists containing this project

README

        

# notifphy

### Installation:
`pip install notiphy`

### Basic usage:
```python
import notify

notify.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