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

MicroPython/ESP32-C3 + 1.8" 128x160 TFT ST7735 SPI, using boochow/MicroPython-ST7735 library.