Skip to content
/ Fez Public

Python script to print all translations of a sentence

License

Notifications You must be signed in to change notification settings

mubaris/Fez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fez

Python script to print all translations of a sentence

Dependencies

  • googletrans
  • tableprint
  • colored

Installation

Using pip

(sudo) pip install fez

From Source

git clone https://github.com/mubaris/Fez

cd Fez

Using pip:

pip install .

or

python setup.py install

Usage

Try to use with words rather than sentences for accurate translations and to avoid bad printing.

fez -t "your beautiful sentence goes here"

For English to all other languages

fez -t "your beautiful sentence goes here" -x 0

For All languages to English

Screenshot

Fez Screenshot

About

Python script to print all translations of a sentence

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages