About 674,000 results
Open links in new tab
  1. Real-Time Translation App Using Python - GeeksforGeeks

    Dec 28, 2023 · With just a few lines of code, you can craft a user-friendly application facilitating instant translation across multiple languages. Whether you're a novice or a seasoned developer, this tutorial offers a hands-on approach to implementing an …

  2. Language Translator Using Google API in Python

    Sep 9, 2024 · In this tutorial, we are going to use Google API to build a Language Translator which can translate one language to another language. On the internet, we can see lots of projects on Speech Recognitions, Speech to text, text to speech, etc. but here in this project we are going to build something more advance than that.

  3. Code for How to Translate Languages in Python - Python Code

    Simple Python script to translate text using Google Translate API (googletrans. wrapper) positional arguments: target Text/Document to translate. optional arguments: -h, --help show this help message and exit. -s SOURCE, --source SOURCE. Source language, default is Google Translate's auto. detection.

  4. Translate in Python with Google Translate and DeepL | Lokalise

    Aug 29, 2024 · In this tutorial, you will learn how to perform Python translation of nearly any type of text. I’ll show you how to work with the Google Translate and DeepL engines using Python, how to detect the language of your texts, and how to automate language translation using a …

  5. How to Translate Languages in Python? [A Complete Guide]

    Feb 11, 2025 · In this blog post, we will use Google Translate API to write a Python program to translate languages. We will need Googletrans, a Python library that implements Google Translate API. Before writing our Python program, we …

  6. How to Build a Language Translator with Text and Audio Using Python

    Jul 26, 2023 · Let’s dive in and see how we can create a language translation tool using Python and Google APIs. You can find the full source code on GitHub. As mentioned earlier, we will be using Python to...

  7. AI-Based Language Translator in Python with Free Code

    Oct 5, 2024 · In this blog post, we’ll walk through the creation of a simple AI-based language translator using Python, leveraging popular libraries like Googletrans (Google’s translation API). We’ll also provide you with the complete source code to get started.

  8. Language Translator | Python - Inprogrammer

    In this project, we will take language code & text to be translated from the user as input and translate it into other languages and also provide the translated text. We just write our python script in any text editor or IDE and run it. After running the script we can enter the code of the language from the provided options and get it translated.

  9. Create Language Translator in Python using Google APIs

    Let’s create a language translator using python with google APIs. This project aims to create a python program to read user text and convert it to the desired language. We will use tkinter to create the graphical user interface. The language translator project uses only two libraries, googletrans, and tkinter.

  10. deep-translator - PyPI

    Jun 28, 2023 · In this section, demos on how to use all different integrated translators in this tool are provided. You can always pass the languages by the name or by abbreviation. Example: If you want to use english as a source or target language, you …

  11. Some results have been removed
Refresh