How to make an Image Viewer App GUI(graphic user interface)by python tkinter framework & Pil library

preview_player
Показать описание
PIL is the Python Imaging Library which provides the python interpreter with image editing capabilities. The Image module provides a class with the same name which is used to represent a PIL image.

Tkinter is the de facto way in Python to create Graphical User interfaces (GUIs) and is included in all standard Python Distributions. In fact, it's the only framework built into the Python standard library.
The tkinter. filedialog module provides classes and factory functions for creating file/directory selection windows.

The OS module in Python provides functions for interacting with the operating system. OS comes under Python's standard utility modules. This module provides a portable way of using operating system-dependent functionality. The *os* and *os. path* modules include many functions to interact with the file system.
Рекомендации по теме