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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file Uni-Legacy-1.0.0.tar.gz
.
File metadata
- Download URL: Uni-Legacy-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
691e8dffa4bbdd6d6fe9eb961188882eade245ec9b1b911d21f93bfa7bce3875
|
|
MD5 |
54ca6c271e7c4bcb1ebe89be32078e19
|
|
BLAKE2b-256 |
99da983a62efb6c22d509e25f8288d3d967f90f4f05398115ebd497249376c3a
|
File details
Details for the file Uni_Legacy-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: Uni_Legacy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3293c186e7e818c9355c1f123c5df8139377e6e0bf694e98cd0888bfefb9291f
|
|
MD5 |
5a95d47c806b1673a00b5bffae962b48
|
|
BLAKE2b-256 |
9758eafd4ffb6bc64478135637bc6a63213396f52566b9ff7e42ba0131cfb134
|