This project takes MP3 files, converts them into videos (with specified background image), and automatically uploads them to YouTube.
- Converts MP3 files into videos.
- Adds a custom image for the video.
- Supports batch processing of multiple MP3 files.
- Automatically uploads the videos to YouTube.
- User-friendly and fully automated workflow.
- Create 3 folders named Songs, Covers & Output in the same directory as
AutoMorph.pythen run AutoMorph.py
- Operating System: Windows 11 (or compatible OS)
- Python Version: 3.10 or higher
The following Python libraries are required:
moviepymutagengoogle-authgoogle-api-python-client
Install the required libraries with the following command:
pip install moviepy mutagen google-auth google-api-python-client