Metadata-Version: 2.1
Name: bdcraft-mod-packer
Version: 0.0.2
Summary: A tool to download mod patch texture pack in BDcraft.net
Home-page: https://github.com/wafer-li/BDcraft-mod-packer
Author: Wafer Li
Author-email: omyshokami@gmail.com
License: Anti 996 License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: fake-useragent
Requires-Dist: lxml
Requires-Dist: requests

# BDcraft-mod-packer

## Intro
A tool to download all mod patch texture packs from [BDcraft.net](https://bdcraft.net) and pack them into one zip file.

## Requirement

You need to have fairy access to Google Drive, or some texture packs may not be downloaded.

## Install

```bash
pip install bdcraft-mod-packer
```

## Usage

Run the command below and wait it to finish.

```bash
python -m bdcraft_mod_packer
```



