Skip to main content

A simple python library for convert sinhala unicode font to legacy font. Supported for FM fonts and Isi fonts.This library can be used offline

Project description

Uni-Legacy


Uni-Legacy is a Python library used to Sinhala unicode font Converte to legacy font offline.
  • FM legacy Font
  • Isi legacy Font

Installation

To install, run the following command:
python3 pip install Uni-Legacy

for FM fonts

Sinhala Unicode convert to FM font type
from uni_legacy import uni2fm
Unicode_font = "සිංහල යුනිකේත"
FM_font = uni2fm(Unicode_font)
print(FM_font)

for Isi fonts

Sinhala Unicode convert to Isi font type
from uni_legacy import uni2isi
Unicode_font = "සිංහල යුනිකේත"
Isi_font = uni2isi(Unicode_font)
print(Isi_font)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Uni-Legacy-1.0.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

Uni_Legacy-1.0.0-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page