Imaging Libraries

Python Imaging Library (PIL)

The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.

Explore PIL Products →

The PIL Handbook

The comprehensive technical reference for the library. It includes detailed descriptions of the internal data structures and the application programming interface.

Read the Image Module Handbook →

Downloads

Access stable releases and source kits for various imaging projects and library extensions.

Go to Downloads Page

Tkinter Documentation

Tkinter is the standard GUI library for Python. It provides a robust, platform-independent windowing toolkit available to Python programmers.