A Tkinter application to select photos from a folder and copy them to another folder
- View photos from a folder
- Supports slideshow [⬅️][➡️]
- Supports zoom-in[➕] and zoom-out[➖]
- Rotate[📐] by 90°
- Select[✔️] and deselect[❌] images that we like to copy
- Find[🔍] images by file name
- View selections
- Export selection as JSON file
- Copy selected files directly to a destination folder
- Copy selection from an imported JSON file
- Slideshow -
Arrow keys
- Zooming -
Mousewheel
- Rotation -
Control + R
- Select/Deselect -
Enter key
pyinstaller --onefile --icon=app.ico --name=Photo$ --noconsole --add-data "app.ico;." main.py