Skip to content

vpetrenko/multitran-requester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multitran Requester

Multitran Requester let you get translation of word from English to Russian using www.multitran.ru. It may be useful to make Flashcards to memorize word's translation.

Installation

You need Go 1.1 installation. Also you will need to install go-charset packages to deal with windows-1251:

go get code.google.com/p/go-charset/charset

Usage

It's simple:

go run multitran.go <word>

Example:

go run multitran.go hello

Output:

hello    приветственный возглас; оклик; восклицание удивления;

Also you can use helper script to prepare batch of cards to upload to Flashcards Deluxe website:

./words.sh <list-of-words-file>

License

Distributed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published