/zg2uni_db_converter

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Zawgyi To Unicode Database Converter Tool

This repo is zawgyi to unicode font converter for database tool. Currently available database are Postgresql and Mysql.

Usage

Clone this repo to your machine

git clone https://github.com/ChesterDenn/zg2uni_db_converter.git

Run with python virtual environment

And then check your machine is installed pipenv. If you don't install yet, please install the pipenv. If your machine os is Ubuntu 18.04, you can install from https://gist.github.com/planetceres/8adb62494717c71e93c96d8adad26f5c.

After installed pipenv, go to the repo and please type

$ pipenv install
$ pipenv shell

And run with

python convert.py

Run with pip

If you want to run app with pip please check your machine is installed pip first. If you don't install yet, please install the pip.

Note: run with pip require Python 2.7.5+. This app doesn't support Python 3+

After installed pipenv, go to the repo and please type

$ pip install -r requirements.txt

And run with

python convert.py

Special thanks to SatanGod for Rabbit JS font converter.