Skip to content

noxbug/subtitle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

subtitle

Python3 library to perform basic actions on subtitle (*.srt) files. This library utilizes the googletrans library (https://github.com/ssut/py-googletrans). Install using:

$ pip3 install googletrans

usage

The example below shows how to use the library.

from subtitle.subtitle import Subtitle

subtitle = Subtitle()
subtitle.translate('subs.srt')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages