Skip to main content

It is a library that helps you create thumbnails for your YouTube channel

Project description

What Is PyTubeThumbs ?

PyTubeThumbs

It is a library that helps you create thumbnails for your YouTube channel easily and in a programmatic way 🙂

Examples of How To Use

Create thumbnail

import pytubethumbs



generator = pytubethumbs.PyTubeThumbs(title = 'How to make ChatBot in python', out_path='G:/')

generator.add_text(

            pos=(80, 50),

            text = generator.title, 

            size = 70,

            color = 'black',

            font_path='fonts/Cairo-Black.ttf',

        )



generator.add_image('python.png', pos = (100, 250), size = (140, 140))

generator.add_image('robot.png', pos = (280, 250), size = (140, 140))

generator.save_thumb()

You can also make a thumbnail in an easier way using a ready-made template

import pytubethumbs



generator = pytubethumbs.PyTubeThumbs(title = 'How to make ChatBot in python', out_path='G:/')

generator.template_text_2imgs(generator.title, 'fonts/Cairo-Black.ttf', 'python.png', 'robot.png')



generator.save_thumb()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pytubethumbs-0.0.33-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page