A simple package to download all Images from the url provided
pip install LpImagesDownloader
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
If you would like to contribute to this project, I welcome your input! Feel free to submit pull requests for bug fixes, feature additions, or any improvements you think would benefit the project.
If you notice areas of the documentation that can be enhanced or rewritten for better clarity, I encourage you to:
- Fork the repository.
- Create a new branch for your changes:
git checkout -b improve-documentation
. - Make your changes and commit them:
git commit -m 'Improve documentation'
. - Push to the branch:
git push origin improve-documentation
. - Open a pull request and describe the changes you've made.
If you have suggestions for the README or any other part of the project, but you're not sure how to implement them, you can also open an issue to discuss your ideas.
I appreciate your contributions and efforts to make this better!