8000 GitHub - MejriRami/TextTranslationUI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MejriRami/TextTranslationUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Text Translator

A simple web-based text translation tool using a clean user interface and an API-powered backend.

🚀 Features

  • Select source and target languages
  • Translate input text with a single click
  • Minimal and elegant UI
  • Backend powered by Flask or direct API requests

🛠️ Technologies Used

  • HTML, CSS
  • JavaScript
  • Flask (optional)
  • Translation API (LibreTranslate, Google Translate, DeepL, etc.)

📷 Screenshot

![screenshot](screenshots\Screenshot 2025-05-15 164242.png)

🔧 How to Run

Option 1: HTML-Only (Client-Side API Call)

  1. Open index.html in your browser.
  2. Enter the text, choose languages, and click Translate.

You'll need to connect this to an API endpoint (see JS example below).

Option 2: Flask Server (Recommended)

  1. Install Flask:
    pip install flask

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0