Skip to content

jashvakharia/translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material You Real-Time Translator

A simple and dynamic web application for real-time language translation using the googletrans library. This application allows users to translate text from one language to another as they type, featuring a clean and modern Material You design.

Features

  • Translate text from any supported language to another.
  • Real-time translation with instant feedback as you type.
  • User-friendly interface with rounded corners and smooth animations.
  • No API key required thanks to the use of the googletrans library.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python, Flask
  • Translation: googletrans library

Folder Structure

/translator
│
├── /css
│   └── styles.css        
│
├── /js
│   └── app.js            
│
├── /server
│   └── app.py            
│
└── index.html            
│
└── requirements.txt     

Run

Clone the project

  git clone https://github.com/jashvakharia/translator

Go to the project directory

  cd translator

Install dependencies

  pip install -r requirements.txt

Start the server

  python3 server/app.py

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published