Skip to content

A Python-based image curation tool built with Tkinter and PIL, ideal for culling extensive image collections.

License

Notifications You must be signed in to change notification settings

chifunt/pic-cull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🥒 PicCull 🥒

PicCull is a user-friendly desktop application designed to streamline your image management process. It provides an intuitive, easy-to-navigate interface that enables users to quickly and efficiently view and cull images in a directory.

Features

  • Navigate through a directory of images
  • Delete the image or move it to a separate 'culled' folder
  • Apply custom keybindings for certain actions
  • Modify some settings

Prerequisites

  • Python 3.x
  • tkinter
  • customtkinter
  • PIL (Pillow)

How to Run

  1. Clone the repository to your local machine:
git clone https://github.com/Chifunt/pic-cull
  1. Navigate into the cloned repository:
cd piccull
  1. Run the application:
python piccull.py

Usage

  • Use the "Load Directory" button to select the directory containing the images you wish to manage.
  • Navigate through the images using the "<- Prev" and "Next ->" buttons.
  • Cull an image using the "Cull" button. This will either delete the image or move it to a separate 'culled' folder, depending on your settings.
  • Open the 'culled' folder using the "Open Culled Folder" button.
  • Modify the keybindings and culling behavior in the "Settings" window.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

A Python-based image curation tool built with Tkinter and PIL, ideal for culling extensive image collections.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages