Skip to content

A multiprocessing file downloader written in Python and it's Request Library

Notifications You must be signed in to change notification settings

nxtcoder17/PyDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDownloader

Introduction

Python based File Downloader.
It makes use of Python's Multiprocessing features to make sure you get your file downloaded, faster than other downloaders.

  • Requirements
    Python Requests
  • Installing requests
    pip install requests should do installation of Python Requests

Executing the Downloader

  • Cloning the repo in your $HOME
    git clone https://github.com/phenomenal-ab/PyDownloader.git $HOME

  • Make an alias to the program in your BASHRC like
    alias pydm='python3 $HOME/PyDownloader/main.py' # Considering you cloned the repository in your $HOME

You need to pass 2 Arguments to the PyDownloader thing

    First: Download Link    (preferably in quotes)
    Second: File Name       (preferably in double quotes)

PyDownloader Working

About

A multiprocessing file downloader written in Python and it's Request Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages