Skip to content

This is a Python file which can translate a sentence written in English to the language selected in the drop down list.

Notifications You must be signed in to change notification settings

anitejM/Language-Translator-using-Python-Libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is a Translator in an executable Python file. I have utilised Tkinter and Google Translator Libraries, so make sure they are installed. You can use Command Prompt or PowerShell to install these. You can use the pip command to install these libraries, by default pip is pre-installed with Python 3.4 and in later versions

Command to install tkinter: pip install tk Command to install Google Translator: pip install googletrans==4.0.0-rc1

After installing, simply run the Python file in an IDE or a terminal, then write your sentence in English in the box, select your language and press Translate to get the result.

You can customize the code and add or change the languages available in the menu. Simply check the Google Language Code and change the name and language code given in the Python code.

For example if you want to add Telugu or Russian, write 'telugu : te' and 'russian : ru' respectively!

About

This is a Python file which can translate a sentence written in English to the language selected in the drop down list.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages