pyapt
A basic python implementation of apt which allows downloading packages with all dependencies on non Linux machines
How to download and setup pyapt
Open terminal and run command
git clone https://github.com/RonTamG/pyapt.git
git clone is used to create a copy or clone of pyapt repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with pyapt https://github.com/RonTamG/pyapt/archive/master.zip
Or simply clone pyapt with SSH
[email protected]:RonTamG/pyapt.git