/caption-maker

small tkinter GUI for automatically generating subtitles for .mp4 files (based on autosub and speech-recognition)

Primary LanguagePython

caption-maker

small tkinter GUI to auto-generate subtitles for .mp4 files (based on autosub and speech-recognition)

usage:

$ python main.py

generate .exe (using pyinstaller):

$ pyinstaller --hidden-import tkinter --noupx -y main.py