2024-10-02 11:46:43 +02:00
2024-06-22 17:21:04 +02:00
2024-06-22 17:21:04 +02: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.

Description
A simple script to sort my wallpapers.
Readme 31 KiB
Languages
Python 100%