文件名称:twemoji-parser:在PIL之上制作的python模块,可将twemoji从文本绘制为图像
文件大小:6KB
文件格式:ZIP
更新时间:2024-02-26 00:50:49
python emoji drawing parser pillow
twemoji_parser 在PIL之上制作的python模块,可将twemoji从文本绘制为图像。 $ python3 -m pip install twemoji-parser 例子 基本例子 from twemoji_parser import TwemojiParser from PIL import Image , ImageFont async def main (): im = Image . new ( "RGB" , ( 500 , 500 ), color = ( 255 , 255 , 255 )) font = ImageFont . truety
【文件预览】:
twemoji-parser-master
----setup.py(1KB)
----setup.cfg(39B)
----README.md(1KB)
----twemoji_parser()
--------emote.py(679B)
--------discord_emoji.py(1KB)
--------__init__.py(273B)
--------image.py(7KB)