bing-wallpaper
bing-wallpaper copied to clipboard
Add script to download images from README
This PR adds a Python script that scrapes image URLs from the README.md file and downloads them. It includes:
A function to extract image URLs using regex.
A function to download the images and save them with a unique name based on the URL.
Simple logging to track successful and failed downloads.