An open API service indexing awesome lists of open source software.

https://github.com/junaidqadirb/unibal2sayad

An experimental UniBal Script to Sayad script conversion tool
https://github.com/junaidqadirb/unibal2sayad

converter language-processing languages transliteration

Last synced: 1 day ago
JSON representation

An experimental UniBal Script to Sayad script conversion tool

Awesome Lists containing this project

README

          

# Unibal2Sayad
UniBal2Sayad is a experimental script converter for Balochi which converts text from UniBal script to Sayad Script.

## UinBal Script Alphabet

`A Á B C D Đ Ḓ E É F G Ǵ H I Í J K L M N Ń O Ó P R Ŕ S Ś T Ŧ Ṱ U Ú W Y Z Ź`

`a á b c d đ ḓ e é f g ǵ h i í j k l m n ń o ó p r ŕ s ś t ŧ ṱ u ú w y z ź`

## Sayad Script Alphabet

`آ ا ب پ ت ٹ ج چ د ڈ ر ڑ ز ژ س ش ک گ ل م ن و ہ ھ ء ی ے`

## Installing The Demo Locally
To install unibal2sayad locally follow these steps:
- clone `https://github.com/JeyKeu/unibal2sayad.git`
- open terminal and cd in to the `unibal2sayad/demo` directory
- run:
````
npm install
````
OR
````
yarn
````
- Open the `index.html` in your favorite web browser.
- Play with it and hack the code to see how it works.
- Don't forget to `star` this repo.