Skip to main content

A Python library for interacting with Android TV using the Android TV Remote protocol v2

Project description

androidtvremote2

A Python library for interacting with Android TV using the Android TV Remote protocol v2. This is the same protocol the Google TV mobile app is using. It doesn't require ADB or enabling developer tools on the Android TV device. It only requires the Android TV Remote Service that comes pre-installed on most Android TV devices.

For a list of the most common commands you can send to the Android TV see: TvKeys. For a full list see here. In addition to commands you can send URLs to open apps registered to handle them. See this guide for how to find deep links for apps.

Credits

Example

See demo.py

Development environment

python3 -m venv .venv
source .venv/bin/activate
# for Windows CMD:
# .venv\Scripts\activate.bat
# for Windows PowerShell:
# .venv\Scripts\Activate.ps1

# Install dependencies
python -m pip install --upgrade pip
python -m pip install .

# Generate *_pb2.py from *.proto
python -m pip install grpcio-tools mypy-protobuf
python -m grpc_tools.protoc src/androidtvremote2/*.proto --python_out=src/androidtvremote2 --mypy_out=src/androidtvremote2 -Isrc/androidtvremote2

# Run pre-commit
python -m pip install pre-commit
pre-commit install
pre-commit run --all-files

# Alternative: run formatter, lint, and type checking
python -m pip install isort black flake8 ruff mypy
isort . ; black . ; flake8 . ; ruff . --fix ; mypy --install-types .

# Run tests
python -m pip install pytest
pytest

# Run demo
python -m pip install pynput zeroconf
python src/demo.py

# Build package
python -m pip install build
python -m build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

androidtvremote2-0.1.2.tar.gz (41.3 kB view details)

Uploaded Source

Built Distribution

androidtvremote2-0.1.2-py3-none-any.whl (44.7 kB view details)

Uploaded Python 3

File details

Details for the file androidtvremote2-0.1.2.tar.gz.

File metadata

  • Download URL: androidtvremote2-0.1.2.tar.gz
  • Upload date:
  • Size: 41.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for androidtvremote2-0.1.2.tar.gz
Algorithm Hash digest
SHA256 6559518f2c62ef393d6ac6802f09342f3875550f7ae3617b40f9e6b1211b0e72
MD5 7244c958443da4be0ccad4bf71008136
BLAKE2b-256 47913f2c85a84f7476454d07d0741f20f8aa78c76911a3d05ea47d58f209df54

See more details on using hashes here.

File details

Details for the file androidtvremote2-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for androidtvremote2-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5f66e432f25f1c0220948477308c0bc486ac67f50b680d276642f752f16480b8
MD5 2b81282f5408089530ca8d524309fa68
BLAKE2b-256 3577b98835c33ce38bb2d8770aa164cf6493553aff2f98d2c10912320632d264

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page