open-wa / wa-automate-python

💬 🤖 The most advanced Python whatsapp library for chatbots with advanced features. Be sure to ⭐ this repository for updates!
Other
342 stars 74 forks source link

Use pillow instead of PIL #2

Closed taufikterdidik closed 4 years ago

taufikterdidik commented 4 years ago

init.py use PIL. I think we prefer use pillow instead of PIL

mrodal commented 4 years ago

It is using Pillow 😀 Only that in order to import it, the package is called PIL, look at the docs: https://pillow.readthedocs.io/en/stable/reference/Image.html