Metadata-Version: 2.1
Name: apkdownload
Version: 0.0.7
Summary: You can easily download apk files using this api
Home-page: https://Github.com/DevcodeOfficial/ApkDownload
Author: Ayan Ansari
Author-email: TechnoAyan1234@gmail.com
License: UNKNOWN
Download-URL: https://github.com/DevCodeOfficial/apkdownload/releases/latest
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: bs4

# ApkDownloader 

You Can Easily Download Apk Files Using This Api

## installing

```sh
$ pip install apkdownload
```

## How To Use

```python
import apkdownload as apk

apk.dl('App Name', 'Directory')
```

## example

```python
import apkdownload as apk

apk.dl('Cpu-z', '/sdcard/download)
```

## example

```python
import apkdownload as apk

apk.dl('Subway Surf', '/Desktop)
```


