Oh Snap! Coders

Creating a meme: Image editing with Pillow

Using Python and the Pillow library you can easily edit images similarly to using a photo editing tool like Photoshop. We will use Pillow to create a meme but firstly we will play with some of the basic functions of the library. Installation Pillow library could be installed on your computer using Python’s package manager PIP. For Windows, firstly open the command line (Windows key and type cmd). Then change the directory to the location of your Python installation and execute two pip commands as below.