Metadata-Version: 2.1
Name: LpImagesDownloader
Version: 0.0.9
Summary: A Python package to automate image downloading from a given URL.
Home-page: https://github.com/LpCodes/LP-All-Images-Downloader
Author: Lpcodes
Author-email: lovelesh_p@zohomail.in
Project-URL: Bug Tracker, https://github.com/LpCodes/LP-All-Images-Downloader/issues
Project-URL: Source Code, https://github.com/LpCodes/LP-All-Images-Downloader
Keywords: image,download,automation,web scraping,selenium,webdriver_manager
Classifier: Development Status :: 4 - Beta
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

![PyPI](https://img.shields.io/pypi/v/lpimagesdownloader)
[![Downloads](https://static.pepy.tech/personalized-badge/lpimagesdownloader?period=total&units=international_system&left_color=black&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/lpimagesdownloader) [![Publish Package](https://github.com/LpCodes/LP-All-Images-Downloader/actions/workflows/python-publish.yml/badge.svg)](https://github.com/LpCodes/LP-All-Images-Downloader/actions/workflows/python-publish.yml)

# LP Images Downloader

A simple package to download all Images from the url provided


## Installation

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

```
from LpImagesDownloader import download_images

download_images("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

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.


