https://github.com/filipebatista/ezadb
⚡ This application allows to perform more easily the adb commands
https://github.com/filipebatista/ezadb
android-adb android-development android-tools
Last synced: 3 months ago
JSON representation
⚡ This application allows to perform more easily the adb commands
- Host: GitHub
- URL: https://github.com/filipebatista/ezadb
- Owner: filipebatista
- License: gpl-3.0
- Created: 2018-01-14T19:21:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T16:20:36.000Z (about 2 years ago)
- Last Synced: 2024-04-23T22:19:46.861Z (about 2 years ago)
- Topics: android-adb, android-development, android-tools
- Language: Python
- Homepage: https://filipebatista.github.io/eZadb/
- Size: 1.6 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: docs/README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# **eZadb**
[](https://lgtm.com/projects/g/filipebatista/eZadb/alerts/)
[](https://lgtm.com/projects/g/filipebatista/eZadb/context:python)
*eZadb* is a python application that aims to provide the **Android Debug Bridge** (adb) funcionalities in more simple and intuitive way.
ezadb has two modes:
- **command-line**: this mode allows you to use some of the most common adb commands, e.g.: install/uninstall packages; grant/revoke permissions; input text; etc.
- **graphical mode**: this mode provides almost the same features as the command-line mode but in a more intuitive way.
To install go to the command line and type:
```python
pip install ezadb
```
## **Command Line Tool**

See the [wiki](https://github.com/filipebatista/eZadb/wiki/Command-Line) page for more information
## **Gui Interface**

See the [wiki](https://github.com/filipebatista/eZadb/wiki/Graphical-mode) page for more information
## Contributing
Please read [CONTRIBUTING.md](https://filipebatista.github.io/eZadb/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
* **Filipe Baptista** - [filipebatista](https://github.com/filipebatista)
See also the list of [contributors](https://github.com/filipebatista/eZadb/contributors) who participated in this project.
## Acknowledgements
A big thanks to **Artur Costa** - [cosart](https://github.com/cosart) that helped in the beginning of the project.
## License
eZadb is made available under the terms of the GPLv3.
See the [LICENSE](https://github.com/filipebatista/eZadb/blob/master/LICENSE) file that accompanies this distribution for the full text of the license.