All Projects → JeffLIrion → Python Androidtv

JeffLIrion / Python Androidtv

Licence: mit
Communicate with an Android TV or Fire TV device via ADB over a network.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Python Androidtv

Androidtestscripts
Android测试中常用到的脚本
Stars: ✭ 371 (+539.66%)
Mutual labels:  adb
Androidscreencast
View and control your android device on PC
Stars: ✭ 571 (+884.48%)
Mutual labels:  adb
Go Adbbot
android bot based on adb and golang
Stars: ✭ 34 (-41.38%)
Mutual labels:  adb
Appopsx
🔧A front-end application for the Android AppOpsService.
Stars: ✭ 420 (+624.14%)
Mutual labels:  adb
Millionheroassistant
百万 / 冲顶 / 芝士 / UC / 万能 答题助手(知识图谱更加专业,自动推荐答案, Android手机自动屏幕适配,模拟器支持,多开)
Stars: ✭ 524 (+803.45%)
Mutual labels:  adb
Weiqunkong
微群控, 电脑统一控制多台Android设备
Stars: ✭ 777 (+1239.66%)
Mutual labels:  adb
Insomniac
Instagram bot for automated Instagram interaction using Android device via ADB
Stars: ✭ 324 (+458.62%)
Mutual labels:  adb
Airfrozengranter
AirFrozen
Stars: ✭ 52 (-10.34%)
Mutual labels:  adb
Termux Adb
Install ADB & FastBoot Tools in Termux!
Stars: ✭ 555 (+856.9%)
Mutual labels:  adb
Divvydroid
Qt/C++ Application to screencast and remote control Android devices
Stars: ✭ 29 (-50%)
Mutual labels:  adb
Arknightsautohelper
Arknights Auto Helper based on ADB and Python | 基于python的明日方舟护肝助手
Stars: ✭ 455 (+684.48%)
Mutual labels:  adb
Fairy
Android system log viewer on Android phone without root.
Stars: ✭ 478 (+724.14%)
Mutual labels:  adb
Phonesploit
Using open Adb ports we can exploit a Andriod Device
Stars: ✭ 854 (+1372.41%)
Mutual labels:  adb
Solopi
SoloPi 自动化测试工具
Stars: ✭ 4,461 (+7591.38%)
Mutual labels:  adb
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device. Ghost Framework gives you the power and convenience of remote Android device administration.
Stars: ✭ 992 (+1610.34%)
Mutual labels:  adb
Gradle Android Command Plugin
Handy commands for testing Android on CI
Stars: ✭ 349 (+501.72%)
Mutual labels:  adb
Nexus Tools
Installer for ADB and Fastboot on Linux, macOS, and Chrome OS
Stars: ✭ 596 (+927.59%)
Mutual labels:  adb
Addon Adb
Android Debug Bridge - Home Assistant Community Add-ons
Stars: ✭ 58 (+0%)
Mutual labels:  adb
Android Dev Bookmarks
Android Dev Bookmarks(ADB) - Android 开发者的浏览器书签 For CN-Dev now | 历史更新文章戳这里:https://rocko.xyz/categories/Android-Dev-Bookmarks/ | 订阅: https://tinyletter.com/Rocko | 站点主页:
Stars: ✭ 1,041 (+1694.83%)
Mutual labels:  adb
Awesome Cheatsheets
超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 ⚡
Stars: ✭ 7,930 (+13572.41%)
Mutual labels:  adb

python-androidtv

.. image:: https://travis-ci.com/JeffLIrion/python-androidtv.svg?branch=master :target: https://travis-ci.com/JeffLIrion/python-androidtv :alt: Build Status .. image:: https://coveralls.io/repos/github/JeffLIrion/python-androidtv/badge.svg :target: https://coveralls.io/github/JeffLIrion/python-androidtv :alt: Coverage Status .. image:: https://pepy.tech/badge/androidtv :target: https://pepy.tech/project/androidtv :alt: Downloads

Documentation for this package can be found at https://androidtv.readthedocs.io <https://androidtv.readthedocs.io>_.

androidtv is a Python package that provides state information and control of Android TV and Fire TV devices via ADB. This package is used by the Android TV <https://www.home-assistant.io/components/androidtv/>_ integration in Home Assistant.

Installation

.. code-block::

pip install androidtv

To utilize the async version of this code, you must install into a Python 3.7+ environment via:

.. code-block::

pip install androidtv[async]

ADB Intents and Commands

A collection of useful intents and commands can be found here <https://gist.github.com/mcfrojd/9e6875e1db5c089b1e3ddeb7dba0f304>_ (credit: mcfrojd).

Acknowledgments

This is based on python-firetv <https://github.com/happyleavesaoc/python-firetv>_ by happyleavesaoc and the androidtv component for Home Assistant <https://github.com/a1ex4/home-assistant/blob/androidtv/homeassistant/components/media_player/androidtv.py>_ by a1ex4, and it depends on the Python packages adb-shell <https://github.com/JeffLIrion/adb_shell>_ (which is based on python-adb <https://github.com/google/python-adb>) and pure-python-adb <https://github.com/Swind/pure-python-adb>.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].