Skip to main content

Apk Downloader is a Python module that allows you to download Android APK files using alternative sources such as Aptoide and ApkPure.

Project description

PyAPKDownloader Module Documentation

PyAPKDownloader is a Python module that allows you to download Android APK files using alternative sources such as Aptoide and ApkPure. This documentation serves as a general introduction and may require customization for your specific use case.

Installation 🚀

You can install PyAPKDownloader using pip:

pip install PyAPKDownloader

Usage 📦

The PyAPKDownloader module includes classes for Aptoide and ApkPure, which you can use to download APK files from the source of your choice.

Using Aptoide 🛒

To download an APK file using the Aptoide class, you can use the following example:

from PyAPKDownloader.aptoide import Aptoide
Downloader = Aptoide()
Downloader.download_by_package_name(package_name="com.whatsapp", file_name="Whatsapp", version="latest", in_background=False, limit=30)
  • package_name: Specifies the package name of the application you want to download.
  • file_name: Specifies the name of the downloaded APK file.
  • version: Specifies the version you want to download (e.g., you can use "latest" to get the latest version).
  • in_background: Specifies whether the download process will run in the background.
  • limit: Determines the depth of the search when searching for an application. (The more it is, the slower it becomes.)

Using ApkPure 🌐

To download an APK file using the ApkPure class, you can use the following example:

from PyAPKDownloader.apkpure import ApkPure
Downloader = ApkPure()
Downloader.download_by_package_name(package_name="com.whatsapp", file_name="Whatsapp", version="latest", app_ext="xapk", in_background=False)
  • package_name: Specifies the package name of the application you want to download.
  • file_name: Specifies the name of the downloaded APK file.
  • version: Specifies the version you want to download (e.g., you can use "latest" to get the latest version).
  • app_ext: Specifies the file extension of the downloaded file (e.g., you can use "xapk").
  • in_background: Specifies whether the download process will run in the background.

Note: Entries like package_name="com.whatsapp" are just examples. You can change the package name to download other applications.

Contact and Support 📧

For more information about the Apk Downloader module, questions, or support, please refer to the GitHub repository.

This documentation provides an overview of the basic usage of the Apk Downloader module.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyAPKDownloader-0.0.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyAPKDownloader-0.0.2-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file PyAPKDownloader-0.0.2.tar.gz.

File metadata

  • Download URL: PyAPKDownloader-0.0.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyAPKDownloader-0.0.2.tar.gz
Algorithm Hash digest
SHA256 553f7f2c350ca8e2b9705bb573540e541c3d748b7b898b44ae0515a0815e11a8
MD5 ff225b5da8517d445d93286fd0b6b110
BLAKE2b-256 38ea403e2273172c414ac5c0fa2939a16eff238c1fae082c32f8175d4dfc7dcd

See more details on using hashes here.

File details

Details for the file PyAPKDownloader-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for PyAPKDownloader-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cf52635553591d3063d2a4d991d07ddd80e40cf9ab8183c6ea0703ccac76095d
MD5 1ae7d209f1c5b7987f6f28568e12e0ce
BLAKE2b-256 fe7afe349b89f83d254922d621679f50b38f4746364633bb91df7dbf2eeb9ee3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page