DD
ddddavid-he/bing-wallpaper-fetcher
Automatically download bing wallpaper at a resolution of 4K+
Bing Wallpaper Fetcher
A tool to automatically download Bing wallpapers in 4K+ resolution.
Note: Some images may only be available in 1080p due to Bing's limitations.
Requirements
- Python 3
- Python packages:
requests,argparse,pandas
Usage
- Run
python3 main.pyto download images and generate the HTML gallery. - To skip HTML generation, add
--no-htmlor--image-only. - To only update the
source_list.csvdatabase without downloading images or generating HTML, use both--no-imageand--no-html. - The
--updateoption updatessource_list.csvand creates a backup without downloading images or generating HTML. - Warning: Using
--no-cachewill delete and rebuild thesource_list.csvdatabase, resulting in loss of history. Use with caution! - The
--use-wgetoption uses the system'swgettool instead of Python'srequestspackage for downloading. - The
--no-fetchoption prevents updatingsource_list.csvand uses the existing file. - Other parameters are self-explanatory based on their names.