Skip to content

Language Translator Model– A Python-based desktop application that translates text into over 100 languages using the Google Translate API. Built with tkinter for the GUI and googletrans for real-time translation.

Notifications You must be signed in to change notification settings

Ekta-13/Language-translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Language Translator

Overview

This project is a Python-based desktop application that translates text into over 100 languages using the Google Translate API. It features a simple and intuitive user interface built with Tkinter. Users can input text, select a target language, and view the translated output in real time.

Features

• Real-time language translation.

• User-friendly desktop application with GUI built using Tkinter.

• Dropdown menu to select from a wide range of languages.

• Powered by Google Translate API via the googletrans Python library.

Prerequisites

• Python 3.x

• Tkinter

• googletrans

Setup

  1. Clone the repository:

git clone https://github.com/Ekta-13/language-translator.git

cd language-translator

  1. Install the required dependencies:

pip install googletrans==4.0.0-rc1

Note: Tkinter usually comes pre-installed with Python. If not, install it according to your OS.

Usage

  1. Run the script:

    python LTM.py

  2. Enter the text you want to translate in the input field.

  3. Select the desired target language from the dropdown menu.

  4. Click on the Translate button to view the translated output.

  5. Close the application after use.

Technologies Used

• Python: Core programming language.

• Tkinter: For building the graphical user interface.

• googletrans: For accessing the Google Translate API.

Contributions

Contributions are welcome! Feel free to fork this repository and submit pull requests. Any improvements, bug fixes, or new features are highly appreciated.

About

Language Translator Model– A Python-based desktop application that translates text into over 100 languages using the Google Translate API. Built with tkinter for the GUI and googletrans for real-time translation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages