Skip to content

mhadaily/gtransit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google translator in your terminal

This is a simple Node CLI translator via Google translate. It is able to say your translation based on your operating system text-to-speech default.

Installation

npm install --global gtransit

Test

npm test

Fun Test

npm run fun

Commands

    Usage: gtransit [options] [command]


  Commands:

    translate|t [options] <yourText>  just type yout "phrase" or word
    list|l                            List all available languages
    search|s <language>               Search for shortcode of languages

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

  Default:

    Source Language is English
    Target Language is Espanish

  Usage:

    $ gtransit t "Hello world" -s en -t fr
    $ gtransit t Hello -t ar
    $ gtransit l
    $ gtransit s czech
    $ gtransit s "Haitian Creole"

  Command: translate|t [options] <yourText>
  Options:

    -h, --help                output usage information
    -s --source [sourceLang]  This is original lang
    -t --target [targetLang]  This is target lang
    --say  This will say your translation. 

gTransIt

OS X Notes

Feminine Voices

Agnes, Kathy, Princess, Vicki, Victoria

Masculine Voices

Albert, Alex, Bruce, Fred, Junior, Ralph

Miscellaneous Voices

Bad News, Bahh, Bells, Boing, Bubbles, Cellos, Deranged, Good News, Hysterical, Pipe Organ, Trinoids, Whisper, Zarvox

Windows Notes

Voice parameter is not yet available. Uses whatever default system voice is set, ignoring voice parameter. Speed parameter is not yet available.

The export method is not available.

Linux Notes

Linux support involves the use of Festival, which uses decidedly less friendly names for its voices. Voices for Festival sometimes need to be installed separately - you can check which voices are available by starting up Festival in interactive mode, typing (voice_, and pressing TAB. Then take the name of the voice you'd like to try, minus the parentheses, and pass it in to say.js.

The export method is not yet available.

Try the following command to install Festival as well as a default voice:

sudo apt-get install festival festvox-kallpc16k

Requirements

  • Mac OS X (comes with say)
  • Linux with Festival installed
  • Windows (comes with SAPI.SpVoice)

Todo

  • need to support older Node version easily. (refactoring modules)
  • support other translator as well.
  • bring a comparision table between translator as a suggestion

Bug

Please open your issue HERE

Contribution

Feel free to fork this project and make that better.

Disclaimer

Please do not use this package in production or for heavy usage.

About

Google Translator in your Terminal, Using Async, Await in Node > 7 and Promise in Node < 7.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published