Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbelderbos/youtube-thumbnails
https://github.com/bbelderbos/youtube-thumbnails
hacktoberfest hacktoberfest2023 youtube
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbelderbos/youtube-thumbnails
- Owner: bbelderbos
- Created: 2021-08-10T06:32:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T19:36:14.000Z (11 months ago)
- Last Synced: 2024-10-09T17:33:03.183Z (about 1 month ago)
- Topics: hacktoberfest, hacktoberfest2023, youtube
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!