This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| """ | |
| epub_to_video.py - EPUB -> YouTube-ready video with smooth scrolling narration text. | |
| SETUP (run once): | |
| pip install edge-tts ebooklib beautifulsoup4 pillow numpy imageio imageio-ffmpeg mutagen | |
| USAGE: | |
| python epub_to_video.py book.epub | |
| python epub_to_video.py book.epub ./my_images/ |