Metadata-Version: 2.1
Name: cloverwallpaper
Version: 0.6.5
Summary: A tool to download wallpapers from 4chan.
Home-page: https://github.com/collinarnett/clover_wallpaper
Author: Collin Arnett
Author-email: collin@arnett.it
License: GPLv3
Keywords: 4chan,wallpaper,downloader,image,scraper
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

:four_leaf_clover: clover_wallpaper
==================
[![Build Status](https://travis-ci.com/collinarnett/clover_wallpaper.svg?branch=master)](https://travis-ci.com/collinarnett/clover_wallpaper)

cloverwallpaper makes it simple to fetch all images on a 4chan board for a specified resolution, making it ideal for finding wallpapers.

Installation
---------------

### Dependencies

cloverwallpaper requires:
 
 - python (>= 3.6)
 - tqdm
 - requests

### User installation

```
pip install cloverwallpaper
```

Usage
---------

```
usage: cloverwallpaper [-h] --board BOARD --height HEIGHT --width WIDTH

optional arguments:
  -h, --help       show this help message and exit
  --board BOARD    target board to scrape images from
  --height HEIGHT  height of the images you wish to download
  --width WIDTH    width of the images you wish to download
```


