Metadata-Version: 2.1
Name: csv-download
Version: 0.1.2
Summary: Script to specify the column with URL in csv and download and save in bulk.
Home-page: https://github.com/Godan/csv_download
License: MIT
Author: godan
Author-email: shogo070920@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/Godan/csv_download
Description-Content-Type: text/markdown

# csv_download
Script to specify the column with URL in csv and download and save in bulk


## usage

`csv_download` reads csv and downloads the URLs of the specified columns in sequence.
You can see the available options with `-h`
```shell
$ csv_download -h

usage: csv_download [-h] [-o OUT_PATH] [-p PREFIX] [-t TARGET_URL_COLUM] [-n NAME_COLUM] [--sleep SLEEP] [--header-skip] file path

positional arguments:
   file path

optional arguments:
   -h, --help show this help message and exit
   -o OUT_PATH, --out OUT_PATH
   -p PREFIX, --prefix PREFIX
   -t TARGET_URL_COLUM, --target-url-col TARGET_URL_COLUM
   -n NAME_COLUM, --name-col NAME_COLUM
   --sleep SLEEP
   --header-skip
```

### example
```shell
$ csv_download ./example/example.csv -o ./image -p example --header-skip
```

## Author
[Godan] (https://github.com/godan)



Translated with Google Translate
