Skip to content

Files

Latest commit

 

History

History

Translate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Translator Application

This is a simple GUI-based Python application for translating text between different languages using the Google Translate API.

Description

The application allows users to enter text in one language and translate it to another language using the googletrans library. The GUI is built with tkinter.

Requirements

  • Python 3.x
  • tkinter library (usually included with Python installations)
  • googletrans library

Installation

  1. Install the required Python modules:
    pip install googletrans==4.0.0-rc1

▶️ How to Run the Script

  1. Clone the Repository:
    git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
    
  2. Navigate to Directory:
           cd Simple-Python-Mini-Projects/Translate
  3. Run the Script:
     python translate.py

Example

$ python Translate.py