Develop and debug Python scripts on Android devices directly from VS Code. Features real-time sync, remote terminal, screen mirroring, and breakpoint debugging.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Develop and debug Python scripts on Android devices directly from VS Code. WuminPy provides a seamless development experience with real-time file sync, remote terminal access, screen mirroring, and full breakpoint debugging support.
✨ Features
🔄 Real-time File Sync
Auto-sync on save: Python files are automatically synced to your Android device when you save
Bi-directional sync: Pull all scripts from device with one command
Hot reload: Changes take effect immediately without restarting
💻 Remote Terminal
Full shell access: Connect to Android's native shell environment directly from VS Code
ANSI color support: Beautiful colored output just like a native terminal
Multi-session: Open multiple terminal instances simultaneously
📱 Screen Mirroring
Live screen view: See your Android device screen in real-time within VS Code
Touch interaction: Click and interact with the device directly from VS Code
H.264 streaming: Smooth, high-quality video streaming
🐞 Breakpoint Debugging
Full debugger support: Set breakpoints, step through code, inspect variables
VS Code integration: Uses the standard VS Code Python debugger interface
Remote debugging: Debug Python scripts running on your Android device
🚀 Quick Script Execution
One-click run: Execute current Python script on device with Ctrl+R
Instant feedback: See output in VS Code's output panel
Stop anytime: Force stop running scripts with toolbar button