Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bbelderbos/youtube-thumbnails


https://github.com/bbelderbos/youtube-thumbnails

hacktoberfest hacktoberfest2023 youtube

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# PyBites YouTube Thumbnail creator

Simple script that uses [Pillow](https://pillow.readthedocs.io/en/stable/) to generate thumbnail images for [our YouTube channel](https://www.youtube.com/channel/UCBn-uKDGsRBfcB0lQeOB_gA).

## 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:

![example output image](images/example.png)

---

Special shoutout to [Sarah Gencarelli](https://www.pybitespodcast.com/1501156/8128624-017-the-importance-of-creativity-as-a-developer) for the awesome thumbnail base template design!