Sizer
A script for sorting pictures (namely, wallpapers) by size.
We take a folder containing unsorted wallpapers of all sizes and sort them by size by putting them into discrete folders.
Use
Create a venv and install requirements:
python3 -m venv myvenv
myvenv/bin/activate
pip install -r requirements.txt
Take a look at the configuration section inside the script and then launch it.
The script will create all destination folders, sort the pictures, and delete empty destination folders in the end.
Description
Languages
Python
100%