youtube-thumbnails

Stars
4

PyBites YouTube Thumbnail creator

Simple script that uses Pillow to generate thumbnail images for our YouTube channel.

Setup

Make a virtual environment, enable it and install Pillow:

python3.9 -m venv venv && source venv/bin/activate
pip install -r requirements.txt

Usage

To start simple the script relies on short titles it splits by a pipe character, for example:

python thumbs.py "PyBites|Marketing|Training"

... creates this image in the images/ output folder:


Special shoutout to Sarah Gencarelli for the awesome thumbnail base template design!

Related Projects