An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# **eZadb**

[![Total alerts](https://img.shields.io/lgtm/alerts/g/filipebatista/eZadb.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/filipebatista/eZadb/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/filipebatista/eZadb.svg?logo=lgtm&logoWidth=18)](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**
![command line](https://filipebatista.github.io/eZadb/imgs/command_line_thumb.png)

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

## **Gui Interface**
![gui interface](https://filipebatista.github.io/eZadb/imgs/gui_main_thumb.png)

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.