python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Put photos in
images
folder. - Run the app:
venv/bin/python batch_resize.py --max-px-size'1920' --images-folder='images'
- The resized photos will be written to:
images-1080px