Skip to content

v0.1.0 – Initial Release

Latest

Choose a tag to compare

@DanVerseDev DanVerseDev released this 30 Apr 23:44
3e97e60

🚀 Android TV Remote – Initial Release

First public release of Android TV Remote, a lightweight Python app to control your Android TV over WiFi using ADB.

✨ Features

  • 📡 ADB over WiFi (no USB required)
  • 🎮 Full D-Pad navigation + OK
  • 🔊 Volume & Power controls
  • 🏠 Home, Back, Menu
  • ⌨️ Send text input
  • 🧵 Async ADB calls (non-blocking UI)
  • 📱 Responsive interface
  • ⌨️ Keyboard shortcuts support
  • 📝 Logging system (remote.log)

🖥️ Windows Builds

📦 Portable (Recommended)

  • adbtvremote.zip
  • Extract and run
  • Lower antivirus false positives

⚡ Single EXE

  • adbtvremote.exe
  • No installation required
  • May trigger antivirus warnings (common with PyInstaller)

⚙️ Notes

  • No adb.exe required (uses pure Python adb-shell)
  • Device and PC must be on the same network
  • ADB debugging must be enabled on the TV

You can review the source code here:
👉 https://github.com/DanVerseDev/adbtvremote


Built with Python + CustomTkinter

Full Changelog: https://github.com/DanVerseDev/adbtvremote/commits/v0.1.3