Metadata-Version: 2.1
Name: philipstv-gui
Version: 1.0.0
Summary: GUI remote for Philips Android-powered TVs.
Home-page: https://github.com/bcyran/philipstv-gui
License: MIT
Keywords: philips,tv,remote,ambilight,gui
Author: Bazyli Cyran
Author-email: bazyli.cyran@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: philipstv (>=0.4.0,<0.5.0)
Requires-Dist: ttkbootstrap (>=1.7.3,<2.0.0)
Project-URL: Repository, https://github.com/bcyran/philipstv-gui
Description-Content-Type: text/markdown

# PhilipstvTV GUI

[![CI](https://github.com/bcyran/philipstv-gui/workflows/CI/badge.svg?event=push)](https://github.com/bcyran/philipstv/actions?query=event%3Apush+branch%3Amaster+workflow%3ACI)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pypi](https://img.shields.io/pypi/v/philipstv-gui)](https://pypi.org/project/philipstv-gui/)
[![versions](https://img.shields.io/pypi/pyversions/philipstv-gui)](https://pypi.org/project/philipstv-gui/)
[![license](https://img.shields.io/github/license/bcyran/philipstv-gui)](https://github.com/bcyran/philipstv-gui/blob/master/LICENSE)

GUI remote for Philips Android-powered TVs.

![PhilipstvTV GUI screenshots](https://github.com/bcyran/philipstv-gui/raw/master/philipstv-gui.png)

Features:
- Full remote emulation, all standard keys available.
- List available channels and change between them.
- List available applications and launch them.
- Set Ambilight colors for each TV side separately.

## Installation
```shell
$ pip install philipstv-gui
```

## See also
- [`philipstv`](https://github.com/bcyran/philipstv) - CLI and library for controlling Philips Android-powered TV's.

