Install Pillow(PIL) for Python in Windows 11/Thonny

To install Pillow (or PIL) in Windows 11, simple enter the command in Terminal:

pip install Pillow
To install in Thonny,
> Click on Tools > Manager packages...
> Search "pillow" and install it.

Remark:
~ Both the Python Slideshow code and the images in the video are generated by Copilot.



Comments

Popular posts from this blog

480x320 TFT/ILI9488 SPI wih EP32C3 (arduino-esp32) using Arduino_GFX Library

Drive 320x240 ILI9341 SPI TFT using ESP32-S3 (NodeMCU ESP-S3-12K-Kit) using TFT_eSPI library, in Arduino Framework.