Skip to content

This is a simple Python program that uses the googletrans library to translate text from one language to another. The code is designed to work easily in a Google Colab notebook and supports multiple languages through language codes like en (English), fr (French), ar (Arabic), and more.

Notifications You must be signed in to change notification settings

mohamedelsamin/Translator-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Translator-Model

This is a simple Python program that uses the googletrans library to translate text from one language to another. The code is designed to work easily in a Google Colab notebook and supports multiple languages through language codes like en (English), fr (French), ar (Arabic), and more.

##Features## 1.Translate any text into the language of your choice

2.Supports over 100 languages using Google Translate

3.Simple, clean interface using command-line input

##Requirements## googletrans==4.0.0-rc1 (installed via pip)

##How to Use## 1.Run the first cell to install the googletrans package.

2.Enter the text you want to translate.

3.Enter the target language code (e.g., en for English).

4.The translated result will be printed.

About

This is a simple Python program that uses the googletrans library to translate text from one language to another. The code is designed to work easily in a Google Colab notebook and supports multiple languages through language codes like en (English), fr (French), ar (Arabic), and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published