Skip to content

wuzhaoqi1015/google_translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

GoogleTranslate

Call the google translate API to translate sentences.

Usage

    from parser_google_translate import GoogleTranslate
    t = GoogleTranslate()
    text = "once upon a time there was a mountain, on the mountain was a temple"
    print(t.translate(text)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages