About 5,810,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 …

  2. Using the Translation API with Python - Google Codelabs

    The Translation API provides a simple, programmatic interface for dynamically translating an arbitrary string into any supported language using state-of-the-art Neural Machine Translation. …

  3. 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, …

  4. How to do language translation in Python - DEV Community

    Sep 29, 2020 · Today I'm going to share with you guys how to automatically perform language translation in Python programming. Language translation concerns translating textual data …

  5. How to Translate Python Apps Using Gettext Module - Crowdin

    Sep 28, 2022 · Run the default python pygettext.py module to extract translation strings from source code and generate a .pot (Portable Object Template) file. This file will hold the strings …

  6. Create Language Translator in Python using Google APIs

    Create a language translator using python. Use tkinter for GUI creation and google translate for language translation.

  7. Python API for Seamless Translation using deep-translator and …

    Nov 10, 2023 · In this blog post, we'll embark on a journey to build a powerful multilingual translation API using two popular Python libraries – deep-translator and Flask. 1. Deep …

  8. Python Translate: A Comprehensive Guide - CodeRivers

    Apr 6, 2025 · Translation in Python refers to the process of converting text from one language to another using Python code. This can involve interacting with translation APIs or using local …

  9. Build a Simple Language Translation Program Using Python

    Aug 26, 2021 · Googletrans is a free and unlimited Python library that implements the Google translate API. We can implement it into our application and yeah it’s free. It has many features, …

  10. Creating Real-Time Language Translation Apps in Python: A …

    May 22, 2022 · Building a real-time translation app involves several key steps. We will explore setting up the environment, integrating translation APIs, and essential user interface …

  11. Some results have been removed