Command Line Interface for Spanish translation and verb conjugation.
- Clone this repo.
git clone https://github.com/hecris/amigo.git
cd amigo
- Set up virtual environment. (this may vary)
python3 -m virtualenv env
. env/bin/activate
- Install dependencies
pip install git+https://github.com/BoseCorp/py-googletrans.git
pip install --editable .
- You're ready to start using amigo
- Translate:
amigo tran <text>
- Conjugate:
amigo conj <verb> <n>
- Quiz Me:
amigo quiz "word1, word2, word3" # words are separated using commas