2024-11-17 12:56:48 +01:00
2024-06-22 17:21:04 +02:00
2024-11-17 12:56:48 +01:00
2024-06-22 17:21:04 +02:00
2024-11-17 12:56:48 +01:00

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
A simple script to sort my wallpapers.
Readme 31 KiB
Languages
Python 100%