DroidHelper is a simple Python toolset for Android users. It helps in retrieving device info, extracting apps, running apps, and reading logs using ADB commands.
DroidHelper هو مجموعة أدوات بسيطة بلغة بايثون لمستخدمي أندرويد. يساعد في عرض معلومات الجهاز، استخراج التطبيقات، تشغيل التطبيقات، وقراءة اللوجات باستخدام أوامر ADB.
- Show Android version
- Extract app path by package name
- Launch apps by package name
- Read recent device logs (logcat)
- Ensure you have Python installed.
- Connect your Android device with USB debugging enabled.
- Install ADB tools on your PC or use Termux on device.
Run the script and choose from the menu options:
python droidhelper.py