Skip to content

Translate srt subtitles through Google Translation API

License

Notifications You must be signed in to change notification settings

mrinflated/SrtTranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SrtTranslate

Introduction

Well, it's just a python script to translate your srt subtitle to another language.

Requirements

requests,srt,tqdm

And your Google API key! (If you didn't own a Google API key, you could use the baidu translate.)

Usage

python3 process.py MODE PATH SOURCE_LAN TARGET_LAN

Like

python3 process.py google PATH SOURCE_LAN TARGET_LAN

or

python3 process.py baidu PATH SOURCE_LAN TARGET_LAN

About

Translate srt subtitles through Google Translation API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages