delimitry / collage_maker

Picture collage maker in Python
MIT License
177 stars 44 forks source link

No PIL package available in pypi #6

Closed arnabdasgupta04 closed 1 year ago

arnabdasgupta04 commented 2 years ago

image Please find the above issue while using PIL , please see if your code can work with some other image library other than PIL and Image

delimitry commented 2 years ago

Hi, @arnabdasgupta04! Please try to install Pillow: pip install Pillow.