@echo off echo Installing required Python packages... pip install Pillow pip install psd-tools pip install psd-tools2 echo All dependencies have been installed. pause