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.

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
python -m grpc_tools.protoc src/androidtvremote2/*.proto --python_out=src/androidtvremote2 -Isrc/androidtvremote2

# Run formatter
python -m pip install isort black
isort .
black .

# Run lint
python -m pip install flake8 ruff
flake8 .
ruff .

# 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.0.13.tar.gz (24.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

androidtvremote2-0.0.13-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: androidtvremote2-0.0.13.tar.gz
  • Upload date:
  • Size: 24.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for androidtvremote2-0.0.13.tar.gz
Algorithm Hash digest
SHA256 ff76d98deb8a8094db34b49a0170186e6c745045fd763afe9001588df6487054
MD5 3da49842ed1a19485ebcd0cb77f72f76
BLAKE2b-256 674cbe66164c3c7782941ab5fc7313f0636cd803f66b7c9604b4269de70f00a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for androidtvremote2-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 99aebd64a3c849ffd270c3efe5bd128a4da9b088a253863b35aa3ce3266db9d0
MD5 c58a05937f76feb015c6fbb856d6c8cd
BLAKE2b-256 db3c237f15962f52d01e6125480dd4d13e6b43df114ec28680fa4c2b27462c19

See more details on using hashes here.

Supported by

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