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 - Another constant of this program is that every file will be copied. If it is not an
image or if the date field is missing, it will be copied to the
errordirectory - 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
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.21.tar.gz.
File metadata
- Download URL: sort_images-2025.10.21.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21434e6e3dfa24ed1642c99f0e2a96f1d93ebea2149099e7fc3c29a97ddd65ff
|
|
| MD5 |
bd6ea182daf68fe6d56354d625aa6c56
|
|
| BLAKE2b-256 |
6e818f30be5a4fe1784fdbebed573c1efec459becdf3ff2d300077f2551b9320
|
File details
Details for the file sort_images-2025.10.21-py3-none-any.whl.
File metadata
- Download URL: sort_images-2025.10.21-py3-none-any.whl
- Upload date:
- Size: 6.3 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 |
c9ae226fd513aa2e470d1db2045a164474e22880b69921c40de774838eff1d54
|
|
| MD5 |
c3ded974dc0adb9f8d3c017f3268d2f2
|
|
| BLAKE2b-256 |
5ddc5e4cc612719c2a7133a4c806033248c48c1de6157a37de34f6f3b2de622d
|