https://github.com/codenameyau/cultivate
Learn languages from your terminal
https://github.com/codenameyau/cultivate
Last synced: about 1 year ago
JSON representation
Learn languages from your terminal
- Host: GitHub
- URL: https://github.com/codenameyau/cultivate
- Owner: codenameyau
- License: apache-2.0
- Created: 2014-12-24T06:27:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T12:45:05.000Z (over 11 years ago)
- Last Synced: 2025-03-24T15:12:06.807Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 245 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cultivate
=========
I spend a lot of time staring at black boxes.
So why not learn Japanaese in the meantime.
###Demo Output
```
$ python cultivate.py -l jpn
------------------------------
Tatoeba Sentence ID: 1771762
------------------------------
諦めては行けないのです。
akirame te ha ike nai no desu .
You must not give up.
```
###Installation
1. Clone this repository
2. Run: `pip install -r requirements.txt`
3. Run: `python cultivate.py -l jpn`
To take advatange of this program, you can create an alias in
your `.bashrc` and/or run it everytime you open a new terminal, like so:
```bash
...
alias cultivate='python '
cultivate -l jpn
```
###Supported Languages
```
'cmn': Chinese
'deu': German
'eng': English
'fin': Finnish
'fra': French
'ita': Italian
'jpn': Japanese
'kor': Korean
'pol': Polish
'por': Portuguese
'spa': Spanish
```