I try to work in pillow library, and I use PyCharm
program:
open_image.py
from PIL import Image
image = Image.open("flowers.jpg")
image.show("flowers")
note: I take it from book (Pillow: Image Processing with Python)
it works in another editor like jupyter
I try to work in PyCharm