Skip to content

09u2h4n/translator_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

translator_py

This module translating between 2 languages

Translating usage

>>> from translator import Translater
>>> t = Translater()
>>> t.translate(txt="Hello, i'm translater", src="auto", dest="tr") 
'merhaba ben tercüman'

Using proxy

>>> from translator import Translater
>>> proxy = {"http":"http://sampleproxy.com:80"}
>>> t = Translater(proxies=proxy)

TODO

Code will be optimized

Get languages and other methods will be added

About

This module translating between 2 languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages