Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.42 KB

Image manipulation with Python & Pillow (2021)

Welcome to the official GitHub repository for the Image manipulation with Python & Pillow (2021) series by Carberra Tutorials!

This repository is designed purely as a supplementary aid to the series, and should NOT be downloaded without having watched it first.

You can browse the tags to view the code as it was after a specific episode.

Prerequisites

Version table

Required Used in series
Python >= 3.6.0 3.9.1
Pillow >= 8.0.0 8.1.0

Installing required libraries

To install the necessary libraries, run one of the the following commands:

# Windows
py -3.9 -m pip install pillow

# Linux/macOS
python3.9 -m pip install pillow

# In a virtual environment
pip install pillow

License

This repository is made available via the BSD 3-Clause License.

Help and further information

If you need help using this repository, watch the series. If you still need help beyond that, join the Carberra Tutorials Discord server.