This program searches for images on the internet using Bing Images service and downloads them. Then, it sequentially
copies each image to the clipboard, pastes it using ctrl+v
, and presses enter
.
-
Install Python: Download and install Python from this link. Make sure to tick the "Add to PATH" option during installation.
-
Install Google Chrome: Ensure you have Google Chrome installed on your computer as the browser is required for the program to operate.
-
Download Repository: Download and unzip the repository files into any folder of your choice.
-
Run the Script: Execute the
start.bat
script and follow the subsequent instructions.