Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 171 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 171 Bytes

googleTranslate

Python translation package

Usage

import translate
data = "Tämä on suomeksi"
g = translate.googleTranslate(data)
json = g.getJSON()
print(json)