Skip to main content

A CLI tool to download android versions

Project description

Download Android X86 on your terminal

This python script list and download your required version of android-x86. To run this you need to have:

  • python3
  • pip (or similar)

install

    pip install downdroid

remember to add ~/.local/bin to PATH

Commands

command arguments
--list all, versions, releases
--help -
--add {android-x86 version}

Download a version

List Versions and releases

    downdroid --list versions
    downdroid --list releases
    or 
    downdroid --list all

select a version and then:

    downdroid --add {selected-version}

now, wait, in some minutes your file will be downloaded to you Downloads folder and you can use your android-x86

DEV

if you want to run this by your own, clone this repo and run:

pipenv

    pipenv install
    pipenv shell

or with pip

    pip install -r requirements.txt

and finally run those commands with python3 as:

    python3 downdroid.py --list versions
    python3 downdroid.py --list releases
    python3 downdroid.py --list all
    python3 downdroid.py --add {selected-version}

or with executable commands listed on Download a version

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

downdroid-0.0.6.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

downdroid-0.0.6-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

Supported by

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