A Python tool that converts SRT (SubRip) subtitle files to formatted Microsoft Word documents (DOCX).
- Convert SRT subtitle files to DOCX format
- Preserve timing information
- Clean, readable formatting in the output document
- Command-line interface for easy usage
Install the package using pip:
pip install srt-to-docxOr install from source:
git clone https://github.com/jpagh/srt-to-docx.git
cd srt-to-docx
pip install .Convert an SRT file to DOCX:
srt-to-docx input.srtConvert all SRT files in a directory (recursively) to DOCX:
srt-to-docx input_directory- Python 3.13 or higher
- docxtpl (for DOCX template processing)
- srt2 (for SRT file parsing)
This project is licensed under the MIT License.