Micalson / MultiPart-Downloader

A Python-based multi-threaded downloader that downloads a file in chunks and provides real-time progress and speed updates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiPart-Downloader

A Python-based multi-threaded downloader that downloads a file in chunks and provides real-time progress and speed updates.

Features

  • Multi-threaded downloading for faster speeds.
  • Real-time progress and speed updates.
  • Files are downloaded in chunks, which can be useful for large files.

Dependencies

  • Python 3.7 or later
  • requests library

Usage

  1. Clone the repository:
    git clone https://github.com/MeikleH/MultiPart-Downloader.git
    
  2. Navigate to the cloned repository:
    cd MultiPart-Downloader
    
  3. Run the script with the desired file URL:
    python multipart_downloader.py --url "your-file-url"
    
  4. Monitor the console for download progress and speed.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A Python-based multi-threaded downloader that downloads a file in chunks and provides real-time progress and speed updates.


Languages

Language:Python 100.0%