Skip to content

Python CLI and library for controlling Philips Android-powered TVs.

License

Notifications You must be signed in to change notification settings

bcyran/philipstv

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Apr 1, 2023
Mar 21, 2022
Oct 2, 2023
Oct 2, 2023
Feb 12, 2022
Feb 9, 2022
Feb 8, 2022
Nov 29, 2022
Mar 8, 2022
Feb 20, 2022
Aug 7, 2022
Oct 3, 2023
Oct 2, 2023
Jan 15, 2023

Repository files navigation

philipstv

CI codecov Code style: black pypi Documentation status versions license

Python package providing CLI and library for interacting with Philips Android-powered TVs.

Features:

  • Get and set TV power state.
  • Get and set volume.
  • List and change TV channels.
  • Emulate pressing remote keys.
  • Get and set Ambilight power state.
  • Get and set Ambilight color.
  • List and launch applications.

Installation

PyPI

If you plan to use the CLI:

$ pip install 'philipstv[cli]'

If you only need library for use in Python code:

$ pip install philipstv

Arch Linux (AUR)

philipstv AUR package is available.

Documentation

See full documentation: Read the Docs: philipstv.

See also

Resources