This project is a Python script that generates TikTok videos with motivational speech audio extracted from YouTube videos. It provides an easy-to-use interface to download the audio, create a video with a solid color background, and produce the final TikTok video.
- Download audio from YouTube videos
- Generate TikTok videos with motivational speech audio
- Customizable output video path
- pytube
- moviepy
- art
- termcolor
- inquirer
- Install the required dependencies using
pip install -r requirements.txt
. - Run the script using
python main.py
. - Enter the YouTube URL of the video and the output video path when prompted.
- The script will download the audio, generate the TikTok video, and save it to the specified output path.
This project is licensed under the MIT License.