April 2, 2021
Python -- PIL and pillow
PIL is "python image library". Once there was PIL, then it was no longer being developed
and Python3 came along, so pillow was forked and is now what you want to use.
Pillow is the name of the forked package, but inside python, you still talk about PIL.