Metadata-Version: 2.4
Name: threadracer
Version: 1.0.0
Summary: Multithreaded file downloader
Author: Suryakant Upadhyay
Author-email: Suryakant Upadhyay <suryakantupadhyay18@gmail.com>
License-Expression: MIT
Requires-Dist: requests>=2.32.5
Requires-Dist: tqdm>=4.67.1
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# ThreadRacer

> ThreadRacer is a command-line tool for downloading files from the internet using multiple threads.

## Setup

```bash
git clone https://github.com/GivenBY/threadracer.git
cd threadracer
uv sync
```

## Usage

```bash
threadracer -u {URL}
```

## License

[MIT License](LICENSE)