A cli tool to sort images into folders by date
Project description
sort-images
A cli tool to sort images into folders by date.
The default settings will take a directory like this:
.
├── DSC_0056.JPG
├── DSC_0070.JPG
├── DSC_0098.JPG
├── DSC_0170.JPG
└── DSC_0265.JPG
and with sort-images . . this becomes
.
├── 18
│ ├── Apr
│ │ └── DSC_0265.JPG
│ ├── Mar
│ │ └── DSC_0170.JPG
│ └── May
│ ├── DSC_0056.JPG
│ ├── DSC_0070.JPG
│ └── DSC_0098.JPG
├── DSC_0056.JPG
├── DSC_0070.JPG
├── DSC_0098.JPG
├── DSC_0170.JPG
└── DSC_0265.JPG
- sort-images does not delete any files (you have to do that yourself)
- It also does not overwrite anything, so if you ran this command again,
sort-imageswould only spit out an error - Also, running the command again would only find the files in the
.directory, not in the18directory - The first
.in the command specifies the source and the second.the destination - Further syntax will be shown on
sort-images -h
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sort_images-2025.10.4.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sort_images-2025.10.4.tar.gz.
File metadata
- Download URL: sort_images-2025.10.4.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94f1b3d8fb7ed3e6a3a0a1d966de3a219dadccfe036a7e07143d070780ea70df
|
|
| MD5 |
24c29528293168a63d18bb4aa497b6d8
|
|
| BLAKE2b-256 |
71c29fc068db93abd1557d54e31dc54f7672f784fa072b20fb091f5f26201523
|
File details
Details for the file sort_images-2025.10.4-py3-none-any.whl.
File metadata
- Download URL: sort_images-2025.10.4-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
076b34c7918292f207e14943295f062a5ade29b747ef466c7d0e71fc9138d2d8
|
|
| MD5 |
fa16bce44e93d2983981f2faae12f4f6
|
|
| BLAKE2b-256 |
25bf59454c9609491a1d7a39463fc163edb4fd46617c11457b88979da5342fd1
|