I have a directory with many subdirectories. Each subdirectory contains a small number of image files (.jpg). I would like to accumulate all these image files in a Tkinter listbox, sort them and be able to select blocks of files and send them to another listbox. Ultimately I would like to use the files in the selected file listbox and make a copy of those images in a separate directory.
I hope I made myself clear, any help?