sepandhaghighi / art

🎨 ASCII art library for Python

Home Page:https://www.ascii-art.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why is there no Cyrillic support?

delvin-fil opened this issue · comments

Steps/Code to Reproduce

tprint("мясо", font="random")

Operating System

uname -an
Linux delvin 4.19.94 #1 SMP Sun Jan 3 01:52:40 +07 2021 x86_64 Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz GenuineIntel GNU/Linux

Python Version

python 3.9

ART Version

pip list|grep art
art 5.6

Hi @delvin-fil

Supporting Cyrillic is possible but technically is not easy!
We need a mapper that maps these characters (Cyrillic) to a new form (something like https://fsymbols.com/ for English characters).
If you know of such a source, let us know.

Best Regards
SH