Impor Pil Pycharm

# Install pillow from the command line
# >pip install pillow
# Open a python file and use
import pillow
# Install pillow in pycharm from the tooltip
# import PIL will now work
Bright Bird