Skip to content

A simple CLI app that translates text between languages using REST API

Notifications You must be signed in to change notification settings

ashmichheda/TextTranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TextTranslate

A simple CLI app that translates text between languages using REST API

Features

  • Translates text between any supported languages.
  • Simple command-line input for text and language selection.

Requirements

  • Python 3.7+
  • requests library

Installation

  1. Clone the repository:
    git clone https://github.com/ashmichheda/TextTranslate.git
    
  2. Navigate to the Project Directory

After cloning the repository, move into the project directory using the following command:

cd TextTranslate
pip install requests

Usage: python translateText.py

How the script runs in the terminal:

cli_language_app_demo

About

A simple CLI app that translates text between languages using REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages