Skip to content

kkkik/pytran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Version Badge Description Badge PyPI version
GitHub Profile Report Issues

[!!]Python Translate Library

Installing on Terminal, or CMD

pip install pytran==0.1.1

Import: from pytrans import translate

Automatic identification of the text in the language, and translate.

print(translate("How are you?", to_lang="ar"))

Translate with from and to.

print(translate("Bonjour", from_lang="fr", to_lang="en"))

Made with love

About

Python Translating Library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors