项目作者: olegyablokov

项目描述 :
A console program for learning words.
高级语言: Python
项目地址: git://github.com/olegyablokov/lemys.git
创建时间: 2017-11-10T22:50:11Z
项目社区:https://github.com/olegyablokov/lemys

开源协议:MIT License

下载


Getting started

This is a console program for learning words (e.g. in English).

Build Status

Features

Install & run

  1. cd /path/to/lemys/ # Go to your Lemys directory
  2. pip install -r requirements # Install the required packages
  3. cd /your/directory/for/working/with/lemys # For convenience*
  4. python /path/to/lemys/lemys # Run the program

* I advise to work in a separate directory as Lemys will create some files in it (e.g. settings files and dictionary/ directory with translations downloaded from wordsapi)

Integration with Google Translator

Lemys can import translations from your Google Translate Phrasebook:

  1. Download the *.csv file with translations from your Phrasebook (consult Google Help to learn how to do this);
  2. Move the file to any directory;
  3. Run the program from this directory.