Skip to main content

Create videos from images using the 'video_images_creator' package.

Project description

Video Images Creator

This package creates a video with animation for a set of Images urls(feature screens) along with there titles.

Steps to generate your first video

Step 1:

Install the package using pip:

pip install video_images_creator

Step 2

Create a python file Myfile.py with below code

from video_images_creator import video_creator

feature_names = ["Splash Screen", "Search"] 
image_urls = ["https://buildernowassets.azureedge.net/builder-now-beta/uploads/staging/feature_figma/image/485/b478c7bd-84f8-48f2-81c7-3b9a5dbe7960.png", "https://buildernowassets.azureedge.net/builder-now-beta/uploads/staging/feature_figma/image/485/b478c7bd-84f8-48f2-81c7-3b9a5dbe7960.png"]

video_creator.build(image_urls, feature_names)

#You can customize the images and feature names

Step 3

Run your Python script to create the video inside the 'outputs' folder

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

video_images_creator-0.4.40.tar.gz (88.5 MB view hashes)

Uploaded Source

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