This is a simple Python script that crawls a given website for images and downloads them.
- Downloads all images from a given website URL.
- Allows user to specify the directory where images will be saved.
- Uses colorama for colored console output.
- Run the script:
python main.py
- Enter a website URL to crawl for images.
- Choose whether to download to the default Downloads folder or specify a different folder.
- The script will start crawling the website for images and download them to the chosen directory.
- os
- requests
- time
- BeautifulSoup from bs4
- Fore, Style, init from colorama
Or use pip install -r requirements.txt
The author is not responsible for any misuse of this application. Please respect copyright laws and terms of service of any website you use this on.