Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 448 Bytes

polyhaven-hdri-downloader

This script uses the polyhaven API to download HDRI images by category, resolution and extention. The images are stored in folders per resolution.

Usage

Installing python requests module:

pip3 install requests
# refer to the polyhaven website for available resolutions, categories and extentions
./downloader.py <resolution> <category> <extention>