Skip to content

blagarde/midori

Repository files navigation

midori

Japanese dictionary Android app

Dependencies:

  • kivy/python-for-android
  • pyjnius
  • pyparsing

This is an Android version of my favorite Japanese-English dictionary app. I found the sqlite3 database in the original app's folder on my jailbroken iPad.

The skeleton database midori.db is limited to entries that contain the word 'example'. This is to avoid breaching any copyrights.

Build/Install

  1. Set-up http://python-for-android.readthedocs.org/en/latest/toolchain/
  2. Cross-compile Python with the required extensions/dependencies:
python-for-android/distribute.sh -m 'pyjnius kivy sqlite3 pyparsing'
  1. Connect the Android device (set Settings > Developer options > USB debugging), then build and push the app:
python-for-android/dist/default/build.py --package org.example.midori --name "Midori" --version 1 --dir path/to/midori --orientation portrait debug installd
English Japanese

About

Japanese dictionary Android app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages