🔥 Burn Fat Fast. Discover How! 💪

How to print emojis using python Emojis are everywhere | Python Universe

How to print emojis using python

Emojis are everywhere. Being a programmer, have you ever thought to write a code that could output text with some emojis? Now you can do this with a Python module called Emoji!

Simply use the emojize() function to convert the CLDR short name to the corresponding emoji:
>>> emojize("Python is :thumbs_up:")
Python is

Installation
pip install emoji

GitHub
Full Emoji List

#emoji