Uni-Legacy
Uni-Legacy is a Python library used to Sinhala unicode font Converte to legacy font offline.
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)
Release files for Uni-Legacy 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Uni-Legacy-1.0.0.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Uni_Legacy-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.9 kB
Release files / Uni-Legacy-1.0.0.tar.gz
| Download URL | Uni-Legacy-1.0.0.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
691e8dffa4bbdd6d6fe9eb961188882eade245ec9b1b911d21f93bfa7bce3875
|
|
BLAKE2b-256 checksum How to use checksums |
99da983a62efb6c22d509e25f8288d3d967f90f4f05398115ebd497249376c3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / Uni_Legacy-1.0.0-py3-none-any.whl
| Download URL | Uni_Legacy-1.0.0-py3-none-any.whl |
|---|---|
| Size | 2.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3293c186e7e818c9355c1f123c5df8139377e6e0bf694e98cd0888bfefb9291f
|
|
BLAKE2b-256 checksum How to use checksums |
9758eafd4ffb6bc64478135637bc6a63213396f52566b9ff7e42ba0131cfb134
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|