Skip to content

hecris/amigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI for Spanish foreign language students

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages