/amigo

CLI for Spanish translation and verb conjugation.

Primary LanguagePython

amigo

Command Line Interface for Spanish translation and verb conjugation.

alt text

Installation

  1. Clone this repo.
git clone https://github.com/hecris/amigo.git
cd amigo
  1. Set up virtual environment. (this may vary)
python3 -m virtualenv env
. env/bin/activate
  1. Install dependencies
pip install git+https://github.com/BoseCorp/py-googletrans.git
pip install --editable .
  1. You're ready to start using amigo

Usage

  • Translate: amigo tran <text>
  • Conjugate: amigo conj <verb> <n>
  • Quiz Me: amigo quiz "word1, word2, word3" # words are separated using commas

alt text alt text