This app takes an url from the user and with just one click download all images from the url under images
directory.
Image Crawler uses python's flask framework crawling web page.
git clone https://github.com/yadav-rahul/Image-Crawler & cd Image-Crawler
sudo pip3 install -r requirements.txt
python3 main.py
got to http://localhost:5000/ in your browser
enter URL and see the magic!
MIT © Rahul Yadav
This app is for learning purposes, and just a prototyping for reference, and not meant for any use in production / commercial purposes.