Skip to content
 
 

Repository files navigation

YouTube Thumbnail Maker

This is a simple script to make thumbnails for youtube videos. It uses python and bash.

2022-12-27-22-28-42-YouTube Thumbnail-Maker by-miguelgargallo

Table of contents

Inside this project

* YouTube Thumbnail Maker
├── play.sh (this is the main script)
├── core
│   ├── dependencies.sh
│   ├── records.sh
│   └── thumbnails.sh
├── run.sh
├── run_christmas_red_black.sh
├── run_christmas_red_white.sh
├── examples
│   ├── 2022-12-28-02-15-13-YouTube Thumbnail-Maker by-miguelgargallo.png
│   ├── 2022-12-28-02-15-30-YouTube Thumbnail-Maker by-miguelgargallo.png
│   └── 2022-12-28-02-15-44-YouTube Thumbnail-Maker by-miguelgargallo.png
├── .gitignore
├── License.md
└── Readme.md

What is this project about?

From python, it uses the following libraries:

About the dependencies

Imageio is a very useful library to read and write images and videos. It is very easy to use and it is very fast. It is also very easy to install. It is available on pip and conda.

PIL it is used to manipulate images. It is also very easy to use and it is very fast. It is also very easy to install. It is available on pip and conda.

How to use it

Just run

./play.sh

Then it will ask you:

Choose between run.sh a random color YouTube Thumbnail Maker, or run christmas red black sh, a Christmas themed YouTube Thumbnail Maker with red and black colors or a third option, run.sh a random color YouTube Thumbnail Maker with a white background and red text.
Type 1 for run random color YouTube Thumbnail Maker
Type 2 for run christmas red black themed
Type 3 for run christmas red white themed
Choose 1, 2, or 3:

That's it!

It will do the rest, it will ask you for 5 keywords on the console, just answer and enjoy!

At the end you will have 2 new folders:

  • Thumbnails: with the thumbnails
  • Records: here it will automatically register the keywords you have used

2022-12-27-22-28-22-YouTube Thumbnail-Maker by-miguelgargallo

2022 © All rights reserved. Pylar AI creative ML License. Pencil Works LLC.

About

Youtube Thumbnail Maker is a simple script to make thumbnails for youtube videos. It uses python and bash.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages