Skip to main content

Create Feature Videos.

Project description

"Create videos from images using the 'video_images_creator' package. " "Easily generate dynamic videos for your project by following these steps:\n\n" "1. Install the package using pip:\n" " $ pip install video_images_creator\n\n" "2. Import the 'video_creator' module and customize the images and feature names:\n" " python\n" " from video_images_creator import video_creator\n" " feature_names = ['Splash Screen', 'Search']\n" " image_urls = [\n" " 'URL_to_image_1',\n" " 'URL_to_image_2'\n" " ]\n" " video_creator.build(image_urls, feature_names)\n" " \n\n" "3. Run your Python script to create the video inside the 'outputs' folder.\n"

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.1.15.tar.gz (103.7 kB 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