Python 3 Script to Render Emoji's in Different Languages in Terminal Using emoji Module
5K views
Jun 3, 2025
Get the full source code of application here:
View Video Transcript
0:00
uh hello guys welcome to this video so
0:02
in this video I will show you a Python
0:04
package by which you can draw a set of
0:07
emojis right in the terminal itself so
0:11
this is actually a very simple example
0:13
let me run the Python script here you
0:16
will see it first of all you need to
0:18
install this third party module here
0:20
which is pip install emoji which is a
0:22
third party module for rendering the
0:24
emojis right in the terminal itself so
0:27
first of all install this module and as
0:30
soon as I install this you run the
0:34
Python script you will see you will be
0:36
able to draw these emojis right in the
0:38
terminal itself so if you're developing
0:40
some kind of application where you need
0:42
to render
0:44
emojis then you can simply use this so
0:48
now let me just show you how to do this
0:51
so simply first of all you need to
0:53
import this emoji package after that you
0:56
can set or render out print out the
1:00
emojis right here so simply use this
1:02
module emoji it contains this function
1:05
which is emoji
1:08
file and right here you will mention
1:12
what sort of emoji in double quotes you
1:14
want to say so I will say that I want to
1:18
greening face
1:22
with big uh big eye big
1:27
eyes so this is actually the name of the
1:30
emojis so we have a set of names which
1:32
are there inside this module so we are
1:34
saying that grinning face with big eyes
1:37
so if I try to run this Python script
1:40
you will see it will render out this
1:42
emoji based upon the description that
1:44
you have put right
1:47
here you can check out their
1:49
documentation they have a series of
1:52
descriptions you can give like this you
1:56
can
1:57
see the homepage of this uh if you
2:00
simply go to this py
2:03
py o rg website just search for this
2:07
module which is
2:09
emoji so this is actually the basic it
2:13
also contains different languages as
2:16
well so in different languages Spanish
2:19
Portuguese Italian French German all
2:22
these languages are also supported you
2:24
can check out this
2:26
module which supports rendering of
2:29
emojis in different languages you simply
2:32
install this by executing this command
2:35
and simply use it to render it inside
2:38
the terminal so thank you very much for
2:40
watching this video and also check out
2:42
my website freemediattools.com
2:45
uh which contains thousands of tools