16 lines
404 B
Markdown
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.
|