Metadata-Version: 2.1
Name: cloverwallpaper
Version: 0.4
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
Description: 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)
         - twdm
         - requests
        
        ### User installation
        
        ```
        pip install cloverwallpaper
        ```
        
        Usage
        ---------
        
        ```
        usage: __main__.py [-h] --board BOARD --height HEIGHT --width WIDTH
        -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
        ```
        
Keywords: 4chan,wallpaper,downloader,image,scraper
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: POSIX :: Linux
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
