Skip to content

DevcodeOfficial/ApkDownload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ApkDownloader

You Can Easily Download Apk Files Using This API

installing

$ pip install apkdownload

How To Use

import apkdownload as apk

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

Example

import apkdownload as apk

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

Example

import apkdownload as apk

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