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 kB 2.2 MB/s eta 0:00:01
[?25hInstalling collected packages: emoji
Successfully installed emoji-2.8.0
WARNING: You are using pip version 21.2.4; however, version 23.2.1 is available.
You should consider upgrading via the '/Library/Developer/CommandLineTools/usr/bin/python3 -m pip install --upgrade pip' command.
Note: you may need to restart the kernel to use updated packages.
from emoji import emojize
from emoji import emojize
print(emojize("This is my attempt at typing something in this box and hopefully it works cause why didn't it work last time. :crying_face:"))
print(emojize("LET'S GOOO IT WORKED :smiling_face::thumbs_up:"))
This is my attempt at typing something in this box and hopefully it works cause why didn't it work last time. 😢
LET'S GOOO IT WORKED ☺️👍