An open API service indexing awesome lists of open source software.

https://github.com/ruzhila/mget

A multi threaded download manager, written in Python without any external dependencies.
https://github.com/ruzhila/mget

100-line-code campus-project learning-by-doing python3 wget

Last synced: over 1 year ago
JSON representation

A multi threaded download manager, written in Python without any external dependencies.

Awesome Lists containing this project

README

          

# A multi threaded download manager, written in Python without any external dependencies.

This is a simple multi-threaded download manager written in Python.
It uses Python's standard library to download files.

![mget](./example.png)

By [ruzhila.cn](http://ruzhila.cn/?from=github_mget).

### 🚀 [100-line-code](https://github.com/ruzhila/100-line-code) A collection of learning projects written in 100 lines of code

## Features
- Multi-threaded download manager.
- No external dependencies. Just Python standard library.

## Usage
```bash
Usage: mget.py [options]

Options:
-h, --help show this help message and exit
-t THREAD number of threads
-o OUTPUT output file
--timeout=TIMEOUT timeout seconds
```