Skip to content

Merinyeldho/Multilingo-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Multilingo

Translator is a python project made using Tkinter GUI toolkit and the request module

The languages include English,Spanish,French,Latin,Russian,Romanian,German and Greek

The requests module allows you to send HTTP requests using Python. The HTTP request returns a Response Object with all the response data (content, encoding, status, etc). This project perform a GET request to a language translation API

Yandex Translate API: https://tech.yandex.com/translate/

SCREENSHOTS:

Capture

REQUIREMENTS:

   You must have Python installed on your computer.
   Tkinter is default toolkit so it will be on your computer once you installed python.  

Download and Install the Requests Module Navigate your command line to the location of PIP, and type the following:

    C:\Users\Your Name\AppData\Local\Programs\Python\Python36-32\Scripts>pip install requests

RUN (for Linux) :

Download the files "translator.py" into a directory.

Run command : python translator.py

For closing the application, simply close the window and the application will get closed.

CONTRIBUTION

Please fork this repository and contribute back. Any new idea for its extension is welcomed. Any bug report, patch is also welcomed.