Metadata-Version: 2.1
Name: notifator
Version: 0.3.3
Summary: Automatically created environment for python package
Author: jaromrax
Author-email: jaromrax@gmail.com
License: GPL2
Description-Content-Type: text/markdown

``` {.example}
This is verbatim text
```

Project: notifator
==================

*in development*

Initially, it was showing a text/number on raspberry HAT display matrix.
Other things were added later...

Description:
------------

The code provides CMD interface to different notifications. Currently
supported:

-   rpihat running text (test even without RPi) **h**
-   DBUS message for desktop **b**
-   terminal wall (problems appeared recently...)
-   myservice2 (? deprecated)
-   telegram **t**
-   ntfy.sh **n**
-   speak the message (TTS) via audio locally **s**
-   TTS multicast audio message /server **m** (in development)
-   TTS multicast audio message /client **c** (in development)

Installation
------------

``` {.bash org-language="sh"}
sudo -H apt install python3-dbus
pip3 install dbus-python
```
