Skip to content

Korean verb conjugator implemented in Python and Javascript with an Android app and a iOS app

Notifications You must be signed in to change notification settings

shwcsmack/korean_conjugation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==Installation==

If you don't have easy_install, search for it on your favorite search engine and install it.

Then, follow these steps to build a self-contained environment for running the development server:

sudo easy_install pip
sudo easy_install virtualenv
virtualenv . --no-site-packages
pip install -E . -r requirements.txt
source bin/activate
python test.py
./dev_server

About

Korean verb conjugator implemented in Python and Javascript with an Android app and a iOS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.2%
  • JavaScript 40.4%
  • Objective-C 12.9%
  • C 3.0%
  • Java 1.5%