/Image-Crawler

:camera: Python application based on flask framework.

Primary LanguageCSSMIT LicenseMIT

Image Crawler

This app takes an url from the user and with just one click download all images from the url under images directory.

Working

Image Crawler uses python's flask framework crawling web page. Screenshot

Usage

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!

License

MIT © Rahul Yadav

Note

This app is for learning purposes, and just a prototyping for reference, and not meant for any use in production / commercial purposes.