Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 485 Bytes

File metadata and controls

23 lines (20 loc) · 485 Bytes

Language Translator Tool

Requirements:

  • Python 3.x
  • Googletrans 4.0.0-rc1
  • Tkinter (comes with Python)

How to Run:

  1. Clone the repository:
    git clone https://github.com/yourusername/your-repository-name.git
  2. Install the required dependencies:
    pip install -r requirements.txt
  3. Run the Python script:
    python translator_app.py

Note:

This is a desktop application and must be run on a local machine.