Have you downloaded a bunch of pictures from pixiv but can't find the ones you want due to the sheer volume? This tool can help you manage these pictures, making it easier to find and use them.
Only supports pictures downloaded using Powerful Pixiv Downloader.
- pixiv_pictures_manager
After downloading a large number of pictures from Pixiv, managing and finding specific pictures becomes very difficult. This tool aims to help users quickly find desired pictures through tags, filtering, and sorting features to improve picture management efficiency.
- Search pictures using tags with multi-tag support.
- Automatically complete picture tags based on existing tags and tag relationships in the tag library.
- Filter pictures by file type or resolution.
- Sort pictures by file size, resolution, aspect ratio, and other attributes.
Currently in development. Only basic features are implemented. To try the tool:
- Python 3.9+ (Developed on Python 3.11.10)
- Dependencies listed in
requirements.txt
- Clone repository:
git clone https://github.com/djasoid/pixiv_pictures_manager.git
- Enter directory:
cd pixiv_pictures_manager
- Install dependencies:
pip install -r requirements.txt
- Run the program:
python src/start_picture_manager.py
Click File
→ Add New Pictures
and select your folder. The program will:
- Auto-detect PID and image numbers in filenames (supports
{pid}_{num}.ext
and{pid}.ext
formats) - Parse metadata files (
.txt
/.csv
) from Powerful Pixiv Downloader - Complete tags using the tag library
- Click sidebar tags to include (green)
- Double-click tags to exclude (red)
- Multi-tag search supported
- Shows untagged pictures when no tags selected
- Filter by file type (JPG/PNG/GIF)
- Resolution filtering:
<1000
: Width/Height < 1000px>1000
: Width/Height > 1000px1000-2000
: Between 1000px-2000px
- Sort by aspect ratio (closest matches first)
- Sort by PID
- More sorting options in development
- Enhanced sorting features
- Picture favorites system
- Image preview functionality
Submit issues via GitHub Issues.
- 2025-02-01: Initial beta release with core features
GPLv3 - See LICENSE