# ADBconnect
**Control your phone from your PC via USB debugging.**
### Installation:
Before using ADBconnect, you need to install [ADB](https://developer.android.com/tools/releases/platform-tools?hl=ru).
### Setup:
#### USB:
To configure the device you can use arguments:
```commandline
adb_path - path to adb
device - ID of the device to connect (if you don’t specify it, it will try to connect to the first existing one)
name - device name
```
<br>
```python
from ADBconnect import USB
phone = USB(adb_path=r"C:\Users\ijidishurka\platform-tools", device='67e345rf')
phone.action.tap(100, 100)
```
in order to find out the device ID, enter adb devices
<br>
#### WIFI:
```commandline
*ip - device ip address
adb_path - path to adb
port - device port (default 5555)
name - device name
```
<br>
```python
from ADBconnect import WIFI
phone = WIFI(adb_path=r"C:\Users\ijidishurka\platform-tools", ip='192.168.0.101')
phone.action.tap(100, 100)
```
### See code examples on our [github](https://github.com/Ijidishurka/ADBconnect/tree/main/examples)
Raw data
{
"_id": null,
"home_page": "https://github.com/Ijidishurka/ADBconnect",
"name": "ADBconnect",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "adb phone ADB",
"author": "Ijidishurka",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c8/71/b845144f7ce2e0501c3971cab9a9dc0732e7a8e39d3b1236b2a21e919a92/ADBconnect-0.1.1.tar.gz",
"platform": null,
"description": "# ADBconnect \r\n**Control your phone from your PC via USB debugging.**\r\n\r\n### Installation: \r\nBefore using ADBconnect, you need to install [ADB](https://developer.android.com/tools/releases/platform-tools?hl=ru). \r\n\r\n### Setup:\r\n#### USB: \r\nTo configure the device you can use arguments: \r\n```commandline\r\nadb_path - path to adb\r\ndevice - ID of the device to connect (if you don\u0432\u0402\u2122t specify it, it will try to connect to the first existing one)\r\nname - device name\r\n``` \r\n<br>\r\n\r\n```python\r\nfrom ADBconnect import USB\r\n\r\nphone = USB(adb_path=r\"C:\\Users\\ijidishurka\\platform-tools\", device='67e345rf')\r\n\r\nphone.action.tap(100, 100)\r\n```\r\nin order to find out the device ID, enter adb devices\r\n\r\n<br>\r\n\r\n#### WIFI: \r\n```commandline\r\n*ip - device ip address\r\nadb_path - path to adb\r\nport - device port (default 5555)\r\nname - device name\r\n``` \r\n<br>\r\n\r\n```python\r\nfrom ADBconnect import WIFI\r\n\r\nphone = WIFI(adb_path=r\"C:\\Users\\ijidishurka\\platform-tools\", ip='192.168.0.101')\r\n\r\nphone.action.tap(100, 100)\r\n```\r\n\r\n### See code examples on our [github](https://github.com/Ijidishurka/ADBconnect/tree/main/examples)\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Controlling your phone via ADB.",
"version": "0.1.1",
"project_urls": {
"GitHub": "https://github.com/Ijidishurka/ADBconnect",
"Homepage": "https://github.com/Ijidishurka/ADBconnect"
},
"split_keywords": [
"adb",
"phone",
"adb"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fd5da29a8605a39f3408b1dfce6c304a1ee683b38c1418e6efa77d0f351d69e2",
"md5": "f3660d4b6c517b9891b991a9577b2294",
"sha256": "5320956b7c13b8e42259dbd6aa3b30c91fc8eb15e96ef3bc36f75f905fd673aa"
},
"downloads": -1,
"filename": "ADBconnect-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f3660d4b6c517b9891b991a9577b2294",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6358,
"upload_time": "2024-11-07T08:05:23",
"upload_time_iso_8601": "2024-11-07T08:05:23.137409Z",
"url": "https://files.pythonhosted.org/packages/fd/5d/a29a8605a39f3408b1dfce6c304a1ee683b38c1418e6efa77d0f351d69e2/ADBconnect-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c871b845144f7ce2e0501c3971cab9a9dc0732e7a8e39d3b1236b2a21e919a92",
"md5": "ff6f73ad66b7d3512532d3a8b9a03b48",
"sha256": "6cf28715a2702d79a1bcc766433a71ead3042d6e769adb85a22f91fad2ec63e6"
},
"downloads": -1,
"filename": "ADBconnect-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "ff6f73ad66b7d3512532d3a8b9a03b48",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 5071,
"upload_time": "2024-11-07T08:05:24",
"upload_time_iso_8601": "2024-11-07T08:05:24.629463Z",
"url": "https://files.pythonhosted.org/packages/c8/71/b845144f7ce2e0501c3971cab9a9dc0732e7a8e39d3b1236b2a21e919a92/ADBconnect-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-07 08:05:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Ijidishurka",
"github_project": "ADBconnect",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "adbconnect"
}