A simple Python GUI application to run ADB commands using Tkinter.
- Python 3.x
- ADB (Android Debug Bridge) installed and added to system PATH
- Git (optional, for version control)
- Clone the repository:
git clone <repository-url> cd adb-menu-app
- Run the application:
python tool.py
- Click "Check ADB Devices" to run the
adb devicescommand and view connected devices. - Click "Exit" to close the application.
- Ensure ADB is properly configured in your system PATH.
- The application uses Tkinter, which is included with standard Python installations.