A GUI application to select images and display the best image after multiple selections.
- Select a folder containing images
- Display two random images from the folder
- Select the best image by clicking on it
- The selection process continues until all images have been evaluated or a certain number of evaluations have been made
- The image with the most selections is displayed at the end
- Python 3
- tkinter
- PIL (Python Imaging Library)
- Clone the repository or download the ZIP file
- Install the required libraries
- Run the program using
python main.py
- Press the
Browse
button and select a folder containing images - Select the best image by clicking on it. The selection process continues until all images have been evaluated or a certain number of evaluations have been made.
- The image with the most selections is displayed at the end.
- main.py: The main Python file that contains the GUI code
- images.py: A module containing the
ImageSelection
class that handles the image selection process - images/: A directory containing sample images used for testing
This project is licensed under the MIT License.