X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Language Translate

A simple script to help translate your text into different languages.

Installation

  • Install Python if you already haven't.
  • Install all required dependencies by running pip install -r requirements.txt.

Usage

python3 language_translate.py
usage: language_translate.py [-h] [--from_lang FROM_LANG] [--to_lang TO_LANG]

options:
  -h, --help            show this help message and exit
  --from_lang FROM_LANG
                        Language to translate from.
  --to_lang TO_LANG     Language to translate to. (defaults to English)
X Tutup