PyDroidGUI is an Android Platform-tools GUI that provides an easy-to-use user interface to control your Android Device
• Python 3.10 version or newer
• Android KitKat or newer
• wget (Linux only)
Just a demostration to show how PyDroid would look like with an user interface.
Most of the functionalities from PyDroid aren't implemented yet
-
Enable developer options and USB debugging on your device, also enable Root debugging if available
(To enable it search online how to enable USB debugging on your device model) -
Download the script source
To get started, paste the following command into your Windows or Linux cmd
GNU/Linux
git clone https://github.com/daviiid99/PyDroidGUI.git PyDroidGUI
cd PyDroidGUI
python3 PyDroidGUI.py
Microsoft Windows
git clone https://github.com/daviiid99/PyDroidGUI.git PyDroidGUI
cd PyDroidGUI
python PyDroidGUI.py
Optional
For Windows users, a .exe executable file is provided
Check Releases for the latest binary