pyBegin / projects / gui-based-image-display-and-transfer-in-python
🖼️

GUI Image Display and Transfer

A Tkinter desktop application for viewing and copying images. It lets you open an image through a file dialog, displays it in the window, and saves…

44 lines🖥 Desktop only

GUI Image Display and Transfer

A Tkinter desktop application for viewing and copying images. It lets you open an image through a file dialog, displays it in the window, and saves (copies) it to a new location of your choice.

How to run

pip install pillow
python GUIimage.py

Dependencies

Pyodide-runnable

No — it builds a Tkinter GUI with file dialogs and copies files on disk, none of which are available in a browser.