🚀 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.exerequired (uses pure Pythonadb-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