Metadata-Version: 2.1
Name: getwallpapers
Version: 0.1.0
Summary: download wallpaper collection from http://getwallpapers.com/
Home-page: https://github.com/falcon-head/getwallpapers-downloader
Author: Shrikrishna Joisa
Author-email: shrikrishnajois@gmail.com
License: MIT
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: tqdm
Requires-Dist: urllib3

# getwallpaper-dl

Lets you download wallpaper collection from http://getwallpapers.com/

## ⚙️ Installation

You can install it from [PyPI](https://pypi.org/project/getwallpapers-dl/0.1.0/)

## 💻 How to Use

You can run it as a module in a command line as `getwallpapers` followed by an `wallpaper collection url`. It will generate a folder in the particular location that you are running from and downloads all the collection wallpapers into it.

    $ python getwallpapers-dl <wallpaper-url>

## 📑 Release History

* 0.1.0

    * First version - save all the wallpaper in a folder

## 🚧🚀 Contributing

Feel free to contribute with anything.

## ⚖️ License

Copyright (c) 2020 Shikrishna Joisa. <br />
<br />
Distributed under the MIT license. <br />
See [`LICENSE`](https://github.com/Diegoslourenco/skoopy/blob/main/LICENSE) for more information.


