Skip to content

PooyaAbbasi/Subtitle_Convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample program convert all .vtt subtitle files in a given directory to .srt, through CLI.

Clone the project and run UI.py with python 3.11, No more requirements is needed. By executing UI.py on your device, it'll get the full path of a directory that contains your vtt subtitle files in your device, and make srt files of them with their own names in the very directory.

This program used python and RegEx to perform conversion see this module.

Why I created this?

As the KMPlayer 64x doesn't work with vtt subtitle files I wrote this program to convert vtt files to srt very quickly, so I can use subtitles by KMPlayer. Also, I wanted to write a sample project as a python beginner.

  • This program has been tested by simple files in test files.

Releases

No releases published

Packages

No packages published

Languages