Skip to content

Download latest version of android apps and games (with data) from Google Play.

License

Notifications You must be signed in to change notification settings

almekhlafi2/APK-Downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APK DOWNLOADER

Download APK files from Google Play

Install and Usage:

Make sure "python3" is installed in your device.

First Method:

  1. Install "Beautifullsoup" library:
$ pip3 install beautifullsoup4
  1. Run the script:
$ python3 APK-Downloader.py

Second Method:

  1. If you don't have "virtualenv" on your device, install it first:
$ pip3 install virtualenv
  1. Run the sctipt:
$ .venv/bin/python3.6 APK-Downloader.py
Insert GooglePlay link or package name - your App/Game saved in APK folder

About

Download latest version of android apps and games (with data) from Google Play.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%