Python Bot That Generates Text About a Specific Topic you Want, & Generate Video Using OpenAI Model, GTTS, & MoviePy.
- Make sure first to download Python & this text editor Visual Studio Code
- Install all the necessary libraries.
- Open this python file
api_key.py
& add your openai api key. to generate a new one, here's the official link: OpenAI Website - Open this python file
text_generator.py
and run the script using this simple command:python text_generator.py
to generate a new text. - Open this python file
video_generator.py
and run the script using this simple command:python video_generator.py
to generate a video. - Enjoy Coding.
- Follow Step By Step This Youtube Video Tutorial