Code Monkey home page Code Monkey logo

downdroid's Introduction

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

downdroid's People

Contributors

dpbm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.