All Projects → linroid → Sadb

linroid / Sadb

Licence: apache-2.0
(safe adb) More convenient to operate adb for multiple connected devices

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sadb

Rogcat
A `adb logcat` wrapper
Stars: ✭ 137 (-16.97%)
Mutual labels:  adb
Adb shell
A Python implementation of ADB with shell and FileSync functionality.
Stars: ✭ 148 (-10.3%)
Mutual labels:  adb
Eigensheep
massively parallel experimentation with Jupyter and AWS Lambda 🐑🌩📒
Stars: ✭ 158 (-4.24%)
Mutual labels:  pypi
Onionsearch
OnionSearch is a script that scrapes urls on different .onion search engines.
Stars: ✭ 135 (-18.18%)
Mutual labels:  pypi
Adblib
Java ADB library
Stars: ✭ 145 (-12.12%)
Mutual labels:  adb
Audioowl
Fast and simple music and audio analysis using RNN in Python 🕵️‍♀️ 🥁
Stars: ✭ 151 (-8.48%)
Mutual labels:  pypi
Tensordash
TensorDash is an application that lets you remotely monitor your deep learning model's metrics and notifies you when your model training is completed or crashed.
Stars: ✭ 137 (-16.97%)
Mutual labels:  pypi
Mobile Toolkit
📱 Shell scripts for Android and iOS device management
Stars: ✭ 161 (-2.42%)
Mutual labels:  adb
Android Otp Extractor
Extracts OTP tokens from rooted Android devices
Stars: ✭ 147 (-10.91%)
Mutual labels:  adb
Scrcpy Gui
👻 A simple & beautiful GUI application for scrcpy. QQ群:734330215
Stars: ✭ 2,402 (+1355.76%)
Mutual labels:  adb
Illacceptanything
The project where literally anything* goes.
Stars: ✭ 1,756 (+964.24%)
Mutual labels:  pypi
Wadb
A simple switch for adb (Android Debug Bridge) over network.
Stars: ✭ 143 (-13.33%)
Mutual labels:  adb
Opencv Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
Stars: ✭ 2,413 (+1362.42%)
Mutual labels:  pypi
Sailboat
🐍 A quick and easy way to distribute your Python projects!
Stars: ✭ 137 (-16.97%)
Mutual labels:  pypi
Linux Second Screen
Scripts to repurpose old android device as second monitor on linux
Stars: ✭ 160 (-3.03%)
Mutual labels:  adb
Dephell
📦 🔥 Python project management. Manage packages: convert between formats, lock, install, resolve, isolate, test, build graph, show outdated, audit. Manage venvs, build package, bump version.
Stars: ✭ 1,730 (+948.48%)
Mutual labels:  pypi
Adbsploit
A python based tool for exploiting and managing Android devices via ADB
Stars: ✭ 147 (-10.91%)
Mutual labels:  adb
Py3readiness
Python 3 support graph for most popular packages
Stars: ✭ 164 (-0.61%)
Mutual labels:  pypi
Dingdingautoplaycard
钉钉自动上下班打卡辅助,基于Python,adb,实现,打卡后自动发送邮件提醒。flask搭建web页面自动生成配置
Stars: ✭ 162 (-1.82%)
Mutual labels:  adb
Mara Example Project 2
An example mini data warehouse for python project stats, template for new projects
Stars: ✭ 154 (-6.67%)
Mutual labels:  pypi

sadb

(safe adb)在多设备时更方便地操作adb,支持批量操作。

PyPI version

如果你的电脑连了多台设备,又需要直接使用adb命令时,会非常痛苦(特别是输完长长的命令后,还得回头 adb devices 后编辑命令重新执行)。 sadb 很好地解决了这个问题,不再需要你手动加 -s 参数,甚至可以一条命令对多台设备进行操作:

使用

你完全可以把 sadb 当成 adb 来使用,如果检测到有多设备时,sadb会自动让你选择需要操作的设备。 你也可以设置别名,来让 sadb 替代adb:

alias adb="sadb"

安装


sadb 已经上传到了 PYPI,所以最简单的安装方式就是使用 pip:

$ pip install sadb

更新:

$ pip install sadb --upgrade

当然,你也可以通过源码安装:

$ git clone [email protected]:linroid/sadb.git
$ cd sadb
$ python setup.py install

License


Apache License 2.0 (here)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].