ComPictor is a Python application that helps you to compare and organize your photo collection efficiently. If you regularly take photos, you will know that you end up with anywhere from 2 to 50 attempts at getting the "right" shot. This is a good habit to be in from a photography stand point, but not great for keeping your photo gallery clean. With ComPictor, you can move all of the semi-duplicates in to a folder, then review them in a "Battle-Royale style" head-to-head matchup to see the last photo standing. At the end you are left with the Best Photo, and a folder called delete, full of all the un-chosen photos, to make cleanup easier.
- Python 3.x
- Tkinter (usually included with Python installations)
- Pillow (PIL) library: Install with
pip install Pillow
- Clone or download this repository to your local machine.
- Open a terminal or command prompt and navigate to the project directory.
- Run the program using the command:
python main.py
. - Browse and select the directory containing your pictures.
- Use the app to compare and select your favorite images.
- At the end of the process, one picture will remain in the main folder, and unselected images will be moved to the "delete" folder.
to be added
Contributions to this project are welcome! If you have suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.
- Ability to view thumbnails of whole Gallery and select photos to be compared
- A quick Display of the winning photo, and a "Let me choose again..." option
- "Take out the trash" button to empty the 'delete' folder
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
Happy PicPicking!