Sizer/README.md
2024-10-02 11:46:43 +02:00

16 lines
404 B
Markdown

# 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.