Skip to content

pedrojlazevedo/python-video-generator

Repository files navigation

Python Video Generator

Write a keyword, click a button, and we generate a completely new video.

Build Status Coverage Status PyPi Licence

Showcase

You can check out the first release video clicking here.

This project just started, and the code needs a severe clean-up and deep installation guide. If you have any question about the code, just reach me out and create an issue if you have any problems.

Install

# Create a conda environment
conda create -n video_generator python=3.8
# Install dependency manager 
make install
# Install tool
pip install python_video_generator

# Install locally
make install

In the package moviepy I changed the file drawing.py

# line 147
# from
if vector is not None:    
# to
if vector is None:

Now adding the TTS package

git clone https://github.com/coqui-ai/TTS.git
cd TTS.
pip install -e .
cd ..
poetry add ./TTS

Usage

Usage instructions go here.

python orchestrator.py

Development

# Get a comprehensive list of development tools
make help

About

This repository creates videos automatically by giving one single input.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published