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.
- 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
- Python 3.x
- tkinter
- customtkinter
- PIL (Pillow)
- Clone the repository to your local machine:
git clone https://github.com/Chifunt/pic-cull
- Navigate into the cloned repository:
cd piccull
- Run the application:
python piccull.py
- 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.
This project is licensed under the MIT License. See the LICENSE file for more details.