# AdbFileManager **Repository Path**: Maverick_Gao/AdbFileManager ## Basic Information - **Project Name**: AdbFileManager - **Description**: Graphic file manager via Android Debug Bridge (adb). - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-29 - **Last Updated**: 2023-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README AdbFileManager ========== Graphic file manager based on `Android Debug Bridge`. A Python beginner's project. Usage ----- Double click `run.vbs` should work fine on Windows machines, Windows adb already bundled, this method does not show logs. Other platforms see the following steps. 1. Download and configure [**Android SDK Platform-Tools**](https://developer.android.google.cn/studio/releases/platform-tools) on your machine. 2. Run `python AdbFileManager.py`. You can delete the files under `./resources/bin` if you have Android SDK Platform-Tools configured on your machine. Screenshots ----- Address bar for wireless connection. ![](docs/images/Snipaste_2023-01-10_20-07-29.png) Uploading. ![](docs/images/Snipaste_2023-01-10_20-09-03.png) Deleting. ![](docs/images/Snipaste_2023-01-10_20-13-11.png) FAQ --- _Q: Why adb?_ A: It's just an option. You can connect your android via cable or Wi-Fi using adb tools. I code this just for practicing Python.