Metadata-Version: 2.1
Name: sequentialdw
Version: 1
Summary: A simple website scrapper with sequential files in it.
Author: wweziza
Description-Content-Type: text/markdown
Requires-Dist: requests

## sequentialdw

Package to help myself scrapping website files automatically with only one functions:
```py
seqdownload(base_url, start_index, end_index, custom_iterator, file_extension, output_folder)
```

## Usage
Example of usage
```py
import sequentialdw

seqdownload("https://example.com/scripts/python", 0, 100, "", "py", "output")
```
##
