search
Homephp教程PHP开发Use emoji characters to form any Chinese character

Using emoji expressions to form Chinese characters or simple drawings is widely spread on WeChat and QQ, so I would like to try to make it myself.

For example, the picture below:

Use emoji characters to form any Chinese character

The realization that I thought of at the beginning The solution is: first convert Chinese characters into pictures with black characters on a white background, and then map the pictures into different characters based on grayscale values ​​and print them on the terminal.

The former text-to-picture conversion is very easy to implement using common drawing libraries (such as python's PIL library); the workload is nothing more than slowly adjusting the layout during the implementation process to achieve your desired effect.

The latter is simple It’s just a mapping relationship: map the gray value of the pixels in the picture to a certain character; in this implementation, there are only two mapping relationships for pictures with black background and white characters, black characters correspond to the emoji characters to be replaced, and white background corresponds to blank .

The python implementation code of this part is as follows:

ascii_char = list('1234567890abcd ')  # 任意多个字符,灰度值的映射区间

def select_ascii_char(r, g, b):
    ''' 在灰度图像中,灰度值最高为255,代表白色; 最低为0,代表黑色 '''
    # 把RGB转为灰度值,并且返回该灰度值对应的字符标记
    # 'RGB-灰度值'转换公式如下
    gray = int((19595 * r + 38469 * g + 7472 * b) >> 16)
    # ascii_char中的一个字符所能表示的灰度值区间
    unit = 256.0 / len(ascii_char)
    return ascii_char[int(gray/unit)]

select_ascii_char realizes mapping a pixel into a specific custom character char.

In the implementation of this function, ascii_char is simpler and only requires two characters That is: one is any given, and the other is a space.

So replace ascii_char with [u'❤️ ', u' ']

Due to the need to map the pixels of the image to characters that can be printed on the terminal, the display of the terminal The space is limited, so the image needs to be reduced and adjusted.

zh2emoji code has the corresponding code download on my github. If you are interested, you can fork it to achieve more customized functions you want.

Show

I have N multiple ways of writing the word "fennel":

print image2print(word2image(u'茴'), u'❤️ ')
print image2print(word2image(u'茴'), u'W ')
print image2print(word2image(u'茴'), u'茴', width=40)

The output results are as follows:

Use emoji characters to form any Chinese character

Use emoji characters to form any Chinese character

Use emoji characters to form any Chinese character

More output:

Use emoji characters to form any Chinese character

Use emoji characters to form any Chinese character

Extended

based on z h2emoji,self Implemented an extension that may be useful: demo_show_animation.py.

It can print out a sentence in sequence on the terminal, using emoji or other characters you decide.

For example, if you try to execute python ./demo_show_animation.py Like Just click like, and an animation displaying text will be executed in the terminal. The text displayed is what you just entered.

If you can persist till this point, have you thought of some interesting ways to play? Welcome to participate. . Programming is a kind of fun, and code is a medium for realizing some mental ideas; programmers write code, just like writers write words, it is a habit.

In the future, I may plan to play an animation composed of emojis in the terminal (such as the loading animation of Buka Girl)


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
苹果发布 iOS 17.4 Beta 1,引入 118 个新表情符号,包括凤凰、青柠等苹果发布 iOS 17.4 Beta 1,引入 118 个新表情符号,包括凤凰、青柠等Jan 26, 2024 am 08:24 AM

1月26日消息,根据国外科技媒体emojipedia报道,苹果在今天发布的iOS17.4Beta1更新中,面向27个欧盟国家测试开放侧载、第三方应用商店等重大改进之外,还新增了多个Emoji表情符号。iOS17.4Beta1更新添加了包括凤凰、青柠、上下摇头的笑脸,一系列指明方向的人物表情符号,来自Unicode于2023年9月提出的Emoji15.1更新。附上完整Emoji如下:本次更新共计新增118个Emoji,包括6个全新Emoji,4个无性别区分的家庭Emoji。此外还有6个现有人物表情

Win10教育版怎么关闭emojiWin10教育版怎么关闭emojiFeb 24, 2024 pm 01:55 PM

emoji表情作为Win10教育版最新添加的输入法功能,很多可爱的表情让聊天不在枯燥,但是有的用户在使用快捷键的时候会弹出该界面,今天小编为大家带来Win10教育版关闭emoji方法介绍。Win10教育版怎么关闭emoji1、首先需要右击下方任务栏右侧的输入法。2、在弹出的选项框中选择设置,进入语言设置界面。3、选择界面中的“按键”选项并滚动到最底端,能够找到“打开表情及符号面板”,这里可以关闭emoji表情。4、如果还安装了其他输入法的话,可以从Windows设置进入“设置和语言”界面,随后选

华为emoji怎么输入华为emoji怎么输入Sep 26, 2023 pm 01:31 PM

华为emoji输入方法:1、华为手机自带了一个emoji表情键盘,可以在输入文字的时候切换到该键盘来输入emoji表情;2、在需要输入emoji的地方,长按输入框,然后选择“输入法设置”,在输入法设置中,可以找到并选择系统自带的emoji输入法;3、可以下载并使用第三方的emoji表情键盘,然后,可以在键盘上浏览并选择想要使用的emoji表情。

iOS 15.4 及iPadOS 15.4 Beta 1 公测版登场戴口罩也可用Face IDiOS 15.4 及iPadOS 15.4 Beta 1 公测版登场戴口罩也可用Face IDApr 13, 2023 pm 11:01 PM

Apple 正式向公众推出iOS 15.4 及iPadOS 15.4 Beta 1,版本为19E5209h。这次官方的更新说明中列出众多改变,包括加入新功能。支持口罩 Face IDApple 在iOS 15.4 中加入了「口罩Face ID」,iPhone 会在用户戴口罩时通过辨识眼睛周围区域的独特特征来进行认证。留意,用户必须使用iPhone 12 或以上的型号iPhone 才可使用这项功能。加入112 个新Emoji 表情图示iOS 15.4 Beta 1 正式支持Emoji 14。当中加

mysql emoji 乱码怎么办mysql emoji 乱码怎么办Feb 16, 2023 am 10:01 AM

mysql emoji乱码的解决办法:1、通过“show create table test ENGINE=InnoDB DEFAULT CHARSET=utf8mb4”命令查看mysql表编码;2、通过“set names utf8mb4;”设置读取编码为“utf8mb4”即可。

iOS 15.4 Beta 5引入新功能:面罩Face ID、AirTag防追踪等。iOS 15.4 Beta 5引入新功能:面罩Face ID、AirTag防追踪等。Apr 21, 2023 am 08:10 AM

Apple向开发者推送iOS15.4Beta5及iPadOS15.4Beta5,估计这可能是最后Beta,下周很有可能会进入RC阶段,而正式版会在3月中之前登场。AirTag反追踪功能新版iOS15.4引进早前Apple宣布的AirTag、FindMy反追踪功能,现在已于Beta4中引进,分别在配对设计时加入警告讯息及调整「侦测出不明配件」的警告。Siri新语音选择对于美国用户来说,iOS15.4Beta4加入了第五款Siri语音(档名为Quinn),美国地

iOS 15.4 及iPadOS 15.4 正式登场加入口罩Face ID 功能iOS 15.4 及iPadOS 15.4 正式登场加入口罩Face ID 功能Apr 17, 2023 pm 05:37 PM

Apple正式发布万众期待的iOS15.4正式版。这次最多人关心的就是「口罩FaceID」功能。这功能可让iPhone12或以上型号的iPhone在启用口罩FaceID功能后,如同平日的FaceID一般解锁。而且不限于解锁,更可在ApplyPay、AppStore、登入Apps之用,情况跟我们平日用的FaceID完全一样。加入112个新Emoji表情图示iOS15.4正式支持Emoji14。当中加入37款全新形像Emoji,还有75款不同肤色支持,那就是说有1

iOS 15.4 及iPadOS 15.4 Beta 3 登场支持口罩Face ID 及更多的功能iOS 15.4 及iPadOS 15.4 Beta 3 登场支持口罩Face ID 及更多的功能Apr 19, 2023 pm 07:37 PM

Apple正式向开发者推出iOS15.4及iPadOS15.4Beta3,版本为19E5225g。这次官方的更新说明中列出众多改变,包括加入新功能。支持行动数据下载更新以往,更新iOS需要WiFi,但新版iOS15.4Beta3中已加入了「行动数据下载」功能,那就是说即使没有WiFi也可更新iOS。支持口罩FaceIDApple在iOS15.4中加入了「口罩FaceID」,iPhone会在用户戴口罩时通过辨识眼睛周围区域的独特特征来进行认证。留意,用户必须使用iPhon

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)