Metadata-Version: 2.1
Name: paradise-player
Version: 0.1
Summary: CLI Player and notifier for radio paradise
Home-page: UNKNOWN
Author: Thomas Chiroux
Author-email: UNKNOWN
License: LICENSE
Keywords: test
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: POSIX :: Linux
Requires-Dist: requests

# Radio Paradise player and notifier

## usage

Launch the program in command line with

```$ paradise_player```

or the shortcut

```$ rpp```

it will start to play the steam and send notification when song changes.


Ctrl+C to stop it

## installation

```pip install paradise_player```

or clone the repository at XXXXX
and run

```python setup.py install```

## configuration

config file is stored in ~/.config/paradise_player/config.cfg

see file config_sample.cfg for all configuration parameters.

## credits

Inspired by https://github.com/jmdh/rpnotify/blob/master/rpnotify




