Metadata-Version: 2.4
Name: threadracer
Version: 1.0.1
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

[![PyPI version](https://badge.fury.io/py/threadracer.svg)](https://badge.fury.io/py/threadracer)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

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

## Installation

Install using `pip`:

```bash
pip install threadracer
```

## Development Setup

If you want to contribute or build from source:

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

## Usage

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

## License

[MIT License](LICENSE)