Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Translation Web App

A simple Flask-based web application that translates text between different languages.

The app provides a user-friendly interface to input text, choose a language, and view the translated result.


✨ Features

  • Translate text into multiple languages
  • Simple and clean web interface
  • Flask-powered backend

🛠️ Tech Stack

Category Technologies
Frontend HTML5, CSS3
Backend Python, Flask
Translation Library googletrans

📂 Project Structure

Translation-Web-App/
│
├── app.py
│
├── templates/
│   ├── index.html
│   └── result.html
│
├── static/
│   └── css/
│       ├── index.css
│       └── result.css

🚀 Installation & Setup

1. Clone the repository

git clone https://github.com/your-username/translation-app.git
cd translation-app

2. Create a virtual environment (optional but recommended)

# For Mac/Linux
python -m venv venv
source venv/bin/activate

# For Windows
venv\Scripts\activate

3. Install dependencies

pip install flask
pip install googletrans==4.0.0-rc1

4. Run the app

python app.py

Open your browser and visit:

http://127.0.0.1:5000/

👨‍💻 Author

Devansh Mankad

Computer Engineering Student


⭐ Support

If you found this project useful, consider giving it a ⭐ Star on GitHub.


📄 License

This project is licensed under the MIT License.

About

A lightweight and user-friendly web application for translating text between multiple languages, built with Python Flask and Googletrans.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages