Bulk download images from unsplash.it to use as placeholders.
- Python 3
- EasyGUI Python Module.
- Tested and working on Windows 10
- Tested and working on Mac OS.
- Untested but compatible with Linux.
- You must have Python3 and EasyGUI installed.
- Download autoimg.py ๐พ
- Run
python autoimg.py๐พ - Follow the GUI instructions ๐
- Choose number of images, width, and height โ๏ธ
- Choose local folder to save the images to ๐
- Grab a drink ๐ธ
- Done ๐
I've limited the number of images to 99. You can change this by manually editing the python file and adding an upper threshold on
the number_of_images variable.