from pil import image use code example Example: pil python image from PIL import Image im = Image.open("bride.jpg") im.rotate(45).show()