Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 864 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 864 Bytes

Google Translate API

This Python script provides a simple interface to Google Translate API, allowing you to translate text between different languages.

Dependencies

  • Python 3.x
  • requests library

Usage

  1. Clone the repository:

    git clone https://github.com/zubairjammu786/googletranslateapi.git
  2. Navigate to the project directory:

    cd googletranslateapi
  3. Install the required dependencies:

    pip install requests
  4. Run the script:

    python translate.py
  5. Follow the on-screen instructions to enter the source language, target language, and text to translate.

  6. Enter language prefixes such as en for English, ur for Urdu not full name.

Disclaimer

This is not an official API or script from Google. We suggest you to buy it from Google Cloud.