Skip to content

Android App Manager is a powerful, user-friendly tool that puts you in control of your Android device. With a simple interface, it harnesses the power of ADB to list, enable, disable, uninstall and search apps. Plus, a search feature lets you find any app swiftly. Built with Python and Tkinter, it's your Android's new best friend!

Notifications You must be signed in to change notification settings

mehran-mousavi/Adb-AppManager-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android App Manager

Preview

Android App Manager is a Python-based GUI application that allows users to manage their Android applications via ADB (Android Debug Bridge). It provides functionality to list, search , disable, enable and uninstall applications.

Features

  • List all installed applications on your Android device.
  • Disable any application.
  • Enable any application.
  • Uninstall any application.
  • Search for applications.

Requirements

  • Python 3.x
  • PyQt5
  • ADB installed and set in PATH

Usage

  1. Connect your Android device to your computer.
  2. Enable USB debugging on your Android device.
  3. Run the script.

```bash pip install -r requirements.txt python main.py ```

The application will start and display a GUI to manage your Android applications.

Note

This tool uses ADB commands to manage applications. Please ensure you understand the implications of disabling/enabling applications on your Android device. Always use this tool responsibly.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Disclaimer

This tool is for educational purposes only. The developer is not responsible for any misuse of this tool.

About

Android App Manager is a powerful, user-friendly tool that puts you in control of your Android device. With a simple interface, it harnesses the power of ADB to list, enable, disable, uninstall and search apps. Plus, a search feature lets you find any app swiftly. Built with Python and Tkinter, it's your Android's new best friend!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages