Metadata-Version: 2.1
Name: LpImagesDownloader
Version: 0.0.3
Summary: A package for downloading all the Images from the URL provided
Home-page: https://github.com/LpCodes/LP-All-Images-Downloader
Author: Lpcodes
Project-URL: Bug Tracker, https://github.com/LpCodes/LP-All-Images-Downloader/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

![GitHub last commit](https://img.shields.io/github/last-commit/LpCodes/LP-All-Images-Downloader?style=for-the-badge)    ![PyPI](https://img.shields.io/pypi/v/LpImagesDownloader?style=for-the-badge)![PyPI - Downloads](https://img.shields.io/pypi/dm/LpImagesDownloader?style=for-the-badge)
![PyPI - License](https://img.shields.io/pypi/l/LpImagesDownloader?style=for-the-badge)!![PyPI - Wheel](https://img.shields.io/pypi/wheel/LpImagesDownloader?style=for-the-badge)

![Visitor count](https://shields-io-visitor-counter.herokuapp.com/badge?page=https://github.com/LpCodes/LP-All-Images-Downloader)

# LP Images Downloader

A simple package to download all Images from the url provided


## Installation

```bash
pip install LpImagesDownloader
```
    
    
## Usage/Examples

```
from LpImagesDownloader import down_all

down_all("https://en.wikipedia.org/wiki/India", 3)

Setting Up Environment ... 

Running Operations in background you will get the results shortly ... 
Scrolling page
Scrolling Page 0
Scrolling Page 1
Scrolling Page 2
Total detected images on page 176
Downloading 1.jpg
Downloading 2.jpg
Downloading 3.jpg
Downloading 4.jpg
Downloading 5.jpg
Downloading 6.jpg
Downloading 7.jpg
Downloading 8.jpg
Downloading 9.jpg
Downloading 10.jpg
........................

Total detected images on page 176
Total Images Downloaded 176
You can view the saved Images at Saved Images/India Wikipedia

```

## Authors

[@LpCodes](https://github.com/LpCodes)


## License

[MIT](https://choosealicense.com/licenses/mit/)

## Contributing

Contributions are always welcome!
