/srt2md

Udacity transcript .srt files into single .md

Primary LanguagePython

srt2md

Udacity transcript .srt files into single .md

Usage through command line

srt2md.py -i path/to/input_directory/ -o output.filename

Usage through IDE

import srt2md
srt2md.srtInFolders2Md('Course Name Transcript Folder/', "CourseName.md")