Skip to content

Group Images corresponding to the year, either by pixiv ID or last modified date

Notifications You must be signed in to change notification settings

CXwudi/pixiv-image-grouper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixiv Image Grouper

Opinionated tool to group images from Pixiv or other sources into folders.

Prerequisites

  • uv

Installation

# Create and activate virtual environment
uv venv
.venv\Scripts\activate  # Windows
source .venv/bin/activate  # Unix

# Install package with development dependencies
uv pip install -e ".[dev]"

# Build executable
hatch run build-exe

Testing

# Run unit tests
hatch run test

Usage

Move the executable from dist/pixiv-image-grouper/ to the folder where you want to group the images and run it.

Then all images will be grouped into folders by their years.

Year info is extracted either from Pixiv id from the filename or the last modified date of the file.

About

Group Images corresponding to the year, either by pixiv ID or last modified date

Resources

Stars

Watchers

Forks

Languages