pip install emoji
Defaulting to user installation because normal site-packages is not writeable
Collecting emoji
  Downloading emoji-2.8.0-py2.py3-none-any.whl (358 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 358.9/358.9 KB 4.7 MB/s eta 0:00:0000:0100:01
[?25hInstalling collected packages: emoji
Successfully installed emoji-2.8.0
Note: you may need to restart the kernel to use updated packages.
#!pip install emoji
from emoji import emojize 
print(emojize(":thumbs_up: Python is awesome! :grinning_face:"))

👍 Python is awesome! 😀